Skip to content

gitabites/Girls-who-wear-glasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Girls-who-wear-glasses

Kaggle insult contest

A solution to Impermium's Kaggle contest: "Detecting Insults in Social Commentary"

The insult data is split into a training set and a test set. The training data consists of forum comments, along with their dates and insult/non-insult score. If the comment is an insult, it gets a 1; if not, a 0. The test data has dates and comments, but no score.

The prediction code is in insultpythonscript. It uses pandas and the TfidfVectorizer from the scikit learn library.

About

Kaggle insult contest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages