Skip to content

Reports for the Numerai machine learning competition

Notifications You must be signed in to change notification settings

uuazed/numerai_reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]))

About

Reports for the Numerai machine learning competition

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages