Skip to content

sipan17/DSSS19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Classification with fasttext

The tutorial shows how to do text classification. It includes EDA and pre-processing for textual data followed by fasttext model training on AG news dataset. The Data can be found in ./data folder.

Requirements

You will need to run

pip install -r requirements.txt

for dependencies except fasttext and for fasttext

git clone https://github.com/facebookresearch/fastText.git
cd fastText
pip install .

About

AUA Data Science Summer School 2019, text classification with fasttext

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published