Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 773 Bytes

Notebooks for the Toxic Comment Classification Challenge

Check out the detail of this competition on its Kaggle page

Requirements

The data can be downloaded from Kaggle
Some of the notebooks use GloVe pre-trained word vectors. They can be downloaded here (Mind the version).

Kaggle score so far

RCNN - 0.9721
Char-level Deep RCNN - 0.9750
Logistic Regression + Naive Bayes SVM - 0.9797
RCNN v2 - 0.9799
Pooled RCNN - 0.9837
LG NB-SVM + Pooled RCNN ensemble - 0.9850
LG NB-SVM + RCNNv3 + CharRCNN ensemble - 0.9855