leo.blog();

Numerai

Numerai is a data science tournament. It’s like Algorithmic trading without doing the trading part.

Tournaments

Numerai has three tournaments.

Classic / Regular

Signals

Crypto

Classic

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.

Datasets

v4.3

That’s a lotta features

v5

The v5 dataset has the same features as v4, but with an expanded universe.

Signals

API

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 (Numeraire)

NMR is the cryptocurrency / utility token used in the Numerai tournaments.

Website

NameLink
Main websitehttps://numer.ai
Documentationhttps://docs.numer.ai
Forumhttps://forum.numer.ai

Users

Numerai userDiscord userNotes
0xleoLeo
ZyberalJoo

Links

Leave a Comment