Daily example predictions?

Hello,

Will example predictions be made available in the daily submission windows? I have one model ensemble that uses the example predictions and another one that gets retrained where I use the example predictions as a proxy for the meta model to teach my model to be different from it.

Apart from that, I am really pleased that there is basically no work to be done to switch to daily submissions.

4 Likes

yep you can download daily example predictions using

napi.download_dataset("v4/live_example_preds.parquet") or similar

you can find all the available files using our listDatasets endpoint in graphql (not sure if numerapi supports this yet)

https://api-tournament.numer.ai/

1 Like