facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

Can I use this for single label classification? #1276

Open arpit-coforge opened 2 years ago

arpit-coforge commented 2 years ago

Hi Team,

My objective is to train a model which can classify an email is non-business email, apart from that classification rest other mails are business emails.

I have only 400 email dataset for training non business email.

Is this model will be good fit for this problem?