Hi all,
As part of learning new tools / technologies and also to gain more insight into the classic tournament I have recently been busy with setting up a reporting solution.
There is of course already the numerai website which contains great information for your models and also the leaderboard for example and is basically the default to go to for live insights (next to the other dashboards mentioned on the site). In addition of course the excellent app from @ceunen for live payouts.
I was still missing other information though which is more useful for long-term analysis and could not find a complete report out on the web. Also I was anxious to learn more about certain tools like Power BI and decided that it was time create a new report with all the information that is available on https://api-tournament.numer.ai/. Also I learned a lot from the community, twitch, forum, rocket chat and decided it was time to give something back to the community
Today the beta version (0.2.0) is released of the Numerai statistics report and can be found over here:
Numerai Statistics Retrieval and Report
Like I said its still beta and 80% finished I guess but someone (@arbitrage) told me I should release it soon and get some feedback from the community. I hope you will check it out and do please tell me what you think!
The report is based on PowerBI Desktop which is a free to use tool that can be installed by everyone with a Windows / Mac. All the instructions can be find on the repo readme on how to install and start using the report.
Alternatively you can also get just the pdf exports which are also on the repo, but then you will miss a lot of functionality that its in the report!. The report has the following:
- General dashboard with quick round status: stakes, payouts, correlation
- Top 10 page: medals scores, most earned
- Leaderboard statistics
- Option to select your models for detailed analysis
- Option to use slicers on many pages for: dates, rounds, models, stakes
- Rankings of your models
- Round performances
- Payouts for your models and for the whole tournament
- Price data extraction from Coinbase
The data that is used in the reports are parquet files which are updated on a weekly basis (sunday) and can be used for refreshing the report. The parquet files are also in the repo. In the following weeks I will also put the C# project in the repo which is responsible for retrieving the statistics, but this needs to be a little bit cleaned up first
Over here are some quick screenshots, please do use the tool and give me feedback.