Test function retraining frequency

Hi ,

In test function, there are two arguments force_first_train and retraining_frequency, I didnt understand much on how the test happens for every retraining frequency. Like will the model get retrained for every 2 dates? If so can we change it while submitting our notebook or is it a parameter that cant be changed because as far as my understanding test function will be called by the server so I cant change much regarding that. Enlighten me if I am wrong or misunderstood.

Thanks in advance!

1 Like

These two parameters allows you to change how your model can be run locally.

The train_frequency will have to be specified in a Run once you submitted.