Skip to content

jonasnick/Gricean-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Gricean-Classifier

Attempt to predict closed questions on stack overflow using R. An article about specifically the influence of reputation and a relation to Grice's Maxims can be found here.

The challenge is on kaggle. Download train_sample.csv and private_leaderboard.csv in a ./data folder. If your machine has bounded RAM you may be interested in preparing a smaller subsample.

cd analyseR
R
source("analyseDataset.R")
applyToLeaderboard()

And you will get csv files of predictions from different algorithms in your data folder. They can then be submitted to the challenge.

About

Attempt to predict closed questions on stack overflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages