Numerai is a data science tournament. It’s like Algorithmic trading without doing the trading part.
Numerai has three tournaments.
Try to predict on a black-box dataset.
You don’t know the stock tickers or what the data features mean.
ID: 1a868e3e-1df7-45ca-91e0-34e315f5bee2
Name: kazutsugi
Tournament: 8
You bring your own data and predict for each stock ticker.
You know which stocks you are predicting for.
ID: 1adb7bf1-f61a-4718-a73b-fd516e32a475
Name: signals
Tournament: 11
In this tournament, you get an obfuscated dataset. You don’t know the stock tickers, and all the features are normalized into 5 distinct values and have random names.
That’s a lotta features
The v5 dataset has the same features as v4, but with an expanded universe.
Numerai has a GraphQL API. Both public data (like rounds, dataset URLs, leaderboards etc) and private data (authentication, submissions etc) go over a single endpoint.
The GraphQL endpoint is https://api-tournament.numer.ai.
To play around with the API, you can use a dedicated GUI like GraphQL Playground. You can also simply visit the endpoint URL with a browser, there is a built-in GUI you can use.
NMR is the cryptocurrency / utility token used in the Numerai tournaments.
| Name | Link |
|---|---|
| Main website | https://numer.ai |
| Documentation | https://docs.numer.ai |
| Forum | https://forum.numer.ai |
| Numerai user | Discord user | Notes |
|---|---|---|
| 0xleo | Leo | |
| Zyberal | Joo |