pran4948 / Capstone_Project_ML

Building a multi-label classifier for toxic comment classification

Home Page:https://medium.com/@nupurbaghel/toxic-comment-classification-f6e075c3487a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toxic Comment Classifier

A multi-label classification problem to promote good online conversations

The Major Libraries which have to be installed for running this project are :

  • scikit-learn
  • scipy
  • numpy
  • pandas
  • scikit-multilearn
  • keras
  • tensorflow
  • stop_words
  • matplotlib
  • nltk

The dataset for training/testing cab be obtained from kaggle at :

[https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge]

Using nltk also involved downloading nltk('wordnet') using the command :

nltk.download('wordnet')

About

Building a multi-label classifier for toxic comment classification

https://medium.com/@nupurbaghel/toxic-comment-classification-f6e075c3487a


Languages

Language:Jupyter Notebook 100.0%