I'm trying to create a new model for v5 of Numerai. I created others without problem and when trying to create a specific one, following my naming logic that I have been using, an error occurs specifically when trying to create "RDEGGAU_V50_MED_F_6". the message received is "Failed to add template." What are the possible causes of this error?
#Error in create model in Numerai
1 messages · Page 1 of 1 (latest)
Are you using only the packages defined here: https://github.com/numerai/numerai-predict/blob/master/requirements.txt
Thank you for your information and this may resolve another error I have after submitting some models. But my original error in this post is when I'm going to create a model and just name it. Without loading the pkl. Just create the name after accessing https://numer.ai/models and clicking on New Model and inform the name of the model
Oh sorry I misunderstood. You’re just trying to create a new model and it’s failing. Have you retried it? If so, I’ll have to take a closer look
I'm tryiingo to create a new model with the name "rdeggau_v50_med_f_6", and receive "Failed to add model"; many times and always the same error; then I created rdeggau_v50_med_f_6a and its ok. Only whit this specific name of model i got the error.
there is already a model named 'rdeggau_v50_med_f_6'
looks like you renamed it to "rdeggau_v50_med_t_3"
I understood.
- So I can't reuse a template name I've already used before?
- Where can I find out the previous model names I've used?
Correct, usernames are bound to the model, we currently don't have a way to check this, but I might be able to add something next week