Skip to content Skip to sidebar Skip to footer
Showing posts with the label Text Classification

Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number

I trained a supervised model in FastText using the Python interface and I'm getting weird resul… Read more Fasttext 0.9.2 - Recall Is 'nan' But Precision Is A Number

Countvectorizer Deleting Features That Only Appear Once

I'm using the sklearn python package, and I am having trouble creating a CountVectorizer with a… Read more Countvectorizer Deleting Features That Only Appear Once