Kaggle : Toxic Comment Classification Challenge Identify and classify toxic online comments
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
-
This project contains 1 src directory which contains 1 file named train.py
-
Important variables need to know.
Defines maximum length of the comment you want to keep. eg., 500 then comments greater than 500 characters will be trimmed off and less than 500 will be padded by blank space.
Defines dimensions of each word. loosely we can say that one word connected to it's nearest words by meaning.
-
Run
python3 train.py
- Ishit Gandhi - Initial work - IshitGandhi
This project is Not licensed.