Reports for the Numerai machine learning competition
Project description
Numerai Reports
Collection of reports about the numer.ai machine learning competition.
This library was created to provide some reports and statistics about the competition, like round summaries and payout summaries, but also tools to analyze one's model performance. For now, all reports are pure numeric reports.
All information is retrieved via numerai's API and converted to pandas
DataFrames, to make it easy to work with. This allows to create your own
reports on top. numerai_reports
also caches API results to disk to limit the
amount of request and to speed-up report generation.
If you encounter a problem or have suggestions, feel free to open an issue.
Installation
pip install --upgrade numerai_reports
Usage Example
from numerai_reports import reports
print(reports.most_top_models())
print(reports.medals_leaderboard())
print(reports.medals_leaderboard(orderby="gold"))
print(reports.payouts(reports.models_of_account("uuazed")))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for numerai_reports-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44c888d6d5f446be26ef090e87543413e5f8b1c09d971449e21bc3c1c35e08bd |
|
MD5 | 8201b25c086704267790bdb6805bb45b |
|
BLAKE2b-256 | e6a70f8b857db0f6173cac65a4d52e3bd19f9f7679bdf66a4b154aa57d41cc41 |