string_categorical_encoders icon indicating copy to clipboard operation
string_categorical_encoders copied to clipboard

fasttext is imported as fastText

Open FedericoV opened this issue 5 years ago • 0 comments

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 :)

FedericoV avatar Jul 25 '19 17:07 FedericoV