You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a key element in model training, since it acts as a hyperparameter.
Basically, we have two main strategies:
Whenever we integrate and hit a seasonal period, we can add a new tree or backpropagate. And whenever we hit an annual period, we do the same. This means, to optimize the model for the smallest temporal period possible.
Alternatively, we can do this in conjuction, and only optimize whenever we have integrated both the winter and summer seasonal data + the annual value. We compute a combined loss of these 3 values before optimizing the model. This introduces a new hyperparameter, which we should add the to the grid search.
The text was updated successfully, but these errors were encountered:
This could be a key element in model training, since it acts as a hyperparameter.
Basically, we have two main strategies:
The text was updated successfully, but these errors were encountered: