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
We would like to have some kind of way that allows to ensemble over hyperparameters. However, we should not train the model multiple times in this case.
Implementation idea
Some kind of wrapper function that takes ranges for some kwargs and the PAL class with the models.
We will propagate all PAL classes, however copy the model states over (or the results). This will also allow to keep updating beta.
The text was updated successfully, but these errors were encountered:
Feature description
We would like to have some kind of way that allows to ensemble over hyperparameters. However, we should not train the model multiple times in this case.
Implementation idea
Some kind of wrapper function that takes ranges for some kwargs and the
PAL
class with the models.We will propagate all
PAL
classes, however copy the model states over (or the results). This will also allow to keep updating beta.The text was updated successfully, but these errors were encountered: