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"]))
Release files for numerai-reports 0.5.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| numerai_reports-0.5.5.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| numerai_reports-0.5.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / numerai_reports-0.5.5.tar.gz
| Download URL | numerai_reports-0.5.5.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05fdf04477907256985568f0dee0a3c06b6aaa8410f4176007b81cdf122128b2
|
|
BLAKE2b-256 checksum How to use checksums |
f05493a19e16e06d0717760ff318a2340508780c04cd543a5dc924a189b1fe0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|
Release files / numerai_reports-0.5.5-py3-none-any.whl
| Download URL | numerai_reports-0.5.5-py3-none-any.whl |
|---|---|
| Size | 9.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b713f1eb00099ca1d517e4ea64eee88d6991b1e4cf8457a76a14ea16c85ae37e
|
|
BLAKE2b-256 checksum How to use checksums |
d7c8a2bf604ce7d542f17740a68ef9309faa53fc414cc2a9ce096660d5aaf842
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|