Skip to content

nupurbaghel/Capstone_Project_ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published