Skip to main content

Reports for the Numerai machine learning competition

Project description

Build Status codecov Requirements Status PyPI

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.medals_leaderboard())
print(reports.medals_leaderboard(orderby="gold"))
print(reports.payouts(["uuazed", "uuazed2"]))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numerai_reports-0.5.4.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

numerai_reports-0.5.4-py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page