Skip to content

lucamelis/kaggle-happiness

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting happiness from demographics and poll answers

Code for The Analytics Edge (15.071x) competition.

amelia - impute missing values, train many models, predict, bag
validation.r - split the training set for validation, train and score random forest and naive Bayes,
	plot variable importance from random forest
vectorize_and_predict_inplace.py - convert categorical to -1/0/1, train, write predictions	
vectorize_validation.py - convert data to numbers only, train, get validation score

Get 0.74568 public / 0.77761 private AUC with vectorize_and_predict_inplace.py and even better score with Amelia.

For description, see:

About

Predicting happiness from demographics and poll answers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 82.4%
  • R 17.6%