# numer.ai **Repository Path**: ifquant/numer.ai ## Basic Information - **Project Name**: numer.ai - **Description**: Validation and prediction code for numer.ai - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2021-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # numer.ai Validation and prediction code for [numer.ai](http://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.