Submission Issue

Hi there,

Potentially a dumb question/obvious answer so apologies in advance…

I am new to Numerai and have managed to successfully upload 2 consecutive weeks of submissions. However, when I try to submit my signals this week I am getting the error message “submission must have non-zero standard deviation”

I have checked the std dev of the signal and it is 0.01 but this is the same as the previous week’s uploads that have been successful.

Anyone else experienced this issue?

Thanks,
J

I am not sure what’s wrong, but it seems that numerai cares only about ranking. So you can submit the ranked predictions, which should solve your issue e.g.:

ranked_predictions = prediction_dataframe.rank(pct=True)