stepan
July 27, 2023, 10:23am
1
Hi all!
There is a question for daily upload in Numerai Signals.
I am downloading last_universe from this [link]((https://numerai-signals-public-data.s3-us-west-2.amazonaws.com/latest_universe.csv ) and when I try to submit the prediction I get an error
But you can see that my submit file has all required columns.
I can submit a prediction when I download the universe from this [link] (https://numerai-signals-public-data.s3-us-west-2.amazonaws.com/latest.csv ) with validation samples and it’s a bit weird .
Tell me, please, how to do it right?
1 Like
rdr91h
July 28, 2023, 6:55am
2
I think bloomberg_ticker has to be the index, and you have to drop ‘Unnamed:0’ column before upload
I think adding a data_type
column might resolve your issue. Alternatively, remove friday_date
and the numeric index, keeping only bloomberg_ticker
and signal
.
See submissions :
“Submissions with only two columns are assumed to correspond to the current live
time period.”
Submissions that include the validation
time period must include two extra columns: friday_date
and data_type
n1k
July 28, 2023, 5:40pm
4
Guys, I have the same problem. And options that were defined above have not worked ((
Were you able to fix it, btw?