MAIF / melusine

📧 Melusine: Use python to automatize your email processing workflow

Home Page:https://maif.github.io/melusine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train.py "clean_text" should be text_input_column from init

LuisBlanche opened this issue · comments

When using NeuralModel with a dataframe that does not have a 'clean_text' column name (ex: on 'clean_body') it will send an error.

sequence = X["clean_text"]
else:
sequence = X["clean_text"].values.tolist()

Thank you Luis for this notification. We just merged a fix.