ToxicityClassifier
This repo contains two different classification models (Random Forest and Recurrent Neural Network). Each implementation can be found in its own folder. The repo also contains all of the documentation generated for this project.
Implementation
You will need TensorFlow, Pandas, scikit-learn, and Python 2 or 3 to run this code.
Tools & Installation
pip3 install --upgrade tensorflow
Pandas
pip3 install pandas
scikit-learn
pip3 install scikit-learn