This simple AI code takes in toxic comment data set and learns how to classify the data set using Genetic Algorithms(GA)
The code was run on Annaconda virtual environment.
Following things are required before running this code:
- Basic understanding of GA and Classifier Chains
- Dataset : https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge/data
- API's : NLTK, SKLEARN, Pandas, pickle