This repository is a contribution to the kaggle machine learning challenge. Details can be found here:
https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge
✨🍰✨
How to use:
Installations:
Install git here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
Install python 3.5 : https://www.python.org/downloads/
Install pip: https://pip.pypa.io/en/stable/installing/
- Download this repository:
- open the command line and run this command: git clone https://github.com/mctrjalloh/jigsaw-tcc-challenge
- Download the data used in this project at kaggle: https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data
- and move the csv files in a tcc/data/ directory
- Move to the downloaded repository and install the dependencies by typing the command:
- pip3 install -r requirements.txt
Cool !
- Now move to the project directory and run this program by typing the command:
- python3 tcc/main.py