Skip to content

openAccess/numer.ai

 
 

Repository files navigation

numer.ai

Validation and prediction code for numer.ai.

validate.py - create the validation split, train a random forest, evaluate
predict.py - train a random forest, output predictions

validate_lr.py - try out different pre-processing methods for logistic regression
cross_validate_lr.py - CV for logistic regression
predict_lr.py - scale, train logistic regression, output predictions

Files here correspond to the first tournament data. See the march folder for updated code.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • R 0.9%