Set up the environment:
make venvmake installRun the project
source ./.venv/bin/activatepython src/main.pymake buildmake runThe folder data contains datasets used to train and test our ML Text Classification Process.
if "Trump" in tweet__label__trump, __label__harris
fasttext.train_supervised. Check it here.3 commits
Python
89.4%
Makefile
7.4%
Dockerfile
3.2%
Set up the environment:
make venvmake installRun the project
source ./.venv/bin/activatepython src/main.pymake buildmake runThe folder data contains datasets used to train and test our ML Text Classification Process.
if "Trump" in tweet__label__trump, __label__harris
fasttext.train_supervised. Check it here.3 commits
Python
89.4%
Makefile
7.4%
Dockerfile
3.2%