Skip to content

zygmuntz/numer.ai

Repository files navigation

numer.ai

You probably want 2017.


[Old] 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.