string_categorical_encoders
string_categorical_encoders copied to clipboard
fasttext is imported as fastText
https://github.com/pcerda/string_categorical_encoders/blob/406986d0a8b6e6286245fdd661605ccbc92dc806/column_encoder.py#L19
this causes an import error if fasttext is installed with pip. Is this not the standard facebook fasttext?
I think this is what happens if you install the git repo and link it with develop :)