This package automates the weekly competitions on numer.ai.
python run.py
The package uses numerapi to download the latest competition data, then tests a range of applicable models and features before automatically uploading the predictions from the best model.
- Glen Moutrie
- create a data loader that creates a NumeraiData class -- DONE
- Define a NumeraiData Class with features, x data and y data -- DONE
- finish the model tester that returns the model results, estimating in parallel using multiprocessing
- automate with numerapi and other such tools -- DONE
- Better predictive models, look at alternaitves, betters model specifications
- Automatic feature selection --DONE
- Feature engineering (look at clustering etc)
- Clustering -- DONE
- Add principal components
- Add predictions from other models
- Fix the cross terms issue by removing white space in names
- Potentially try a deep learning approach...
- Try an ensemble approach accross different epochs
- Improve unit tests and logging