/hello-numerai

Organizes the numer.ai hello first submission with Poetry installation and a script for downloading the models, training, and generating the first predict.pkl upload.

Primary LanguagePython

hello-numerai

An organized repository for the numer.ai Hello tutorial. This is an alternative to the notebook numer.ai provides which isn't 100% working. This repo uses Poetry for dependency management, works on Ubuntu and Macos, and will train and output the first predictions to Numer.ai.

Usage:

./install.sh
./run.sh

First Upload (Step 1/3 of Tutorial) Upload the output predict.pkl to Numer.ai

Feature Neutralization (Step 2/3 of Tutorial) Upload the output predict_neutral.pkl to Numer.ai

Target Ensemble (Step 3/3 of Tutorial) Upload the output predict_ensemble.pkl to Numer.ai