YAND: Yet Another Numerai Dashboard

Ever wondered how you perform versus your fellow Numerati?
Benchmark models are too easy / not enough of embarrassment?
I present to you: yet another Numerai dashboard! Yep, that’s the name.

YAND: Yet Another Numerai Dashboard

Main features:

  • First of its kind, apple-to-apple comparison of Numerai users with date range selection
  • TC and CORRv2 summary table with filtering and multi-column sorting
  • Simplicity: get all the info you need with no extra clicks or we’ll give you your money back

Credits and acknowledgments:

  • @pschork for the favicon I stole from Discord memes
  • Everyone who upvoted my discord post for the support
  • @ia_ai and @jrai with their dashboards for inspiration
  • @uuazed for numerapi, Numerai team for the API, plotly for plotly

Roadmap:

  • Add a models page?
  • Feedback and suggestions are welcome!
4 Likes

So this is based on account-level data and not model-level data. So how is that aggregated/weighted?

Any idea on how account titles like grand master, master, etc. are created? Is this part of the api or did you do some sort of mapping?

how is that aggregated/weighted?

Just an average of whatever you see in the charts. And the charts, in turn, come from user profiles, so it’s the average over cumulative stake-weighted-average CORRv2/TC of all models.

how account titles like grand master, master, etc. are created? Is this part of the API?

Yes. I think it’s part of the not-yet-released grandmasters proposal: Grandmaster Proposals - Google Docs
No real purpose here, just think of it as an easter egg, expert danzell :slightly_smiling_face:

A small update. I managed to get Numerai endpoints added to Allowlisted sites for free users: PythonAnywhere, so now community projects on pythonanywhere should be much easier to make. Heck, you can even try to do submissions from there :grin:

Account-level MMC charts are now live on the dashboard.
Also, benchmark models now appear by default.