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
error_score should be the worst possible score returned by score_trajectory.
Actual Behavior
If error_score=-1, for example, a diverging trajectory could return a better score than a really bad bounded trajectory. This is problematic when pykoop is paired with a hyperparameter optimizer like skopt.BayesSearchCV.
The text was updated successfully, but these errors were encountered:
Expected Behavior
error_score
should be the worst possible score returned byscore_trajectory
.Actual Behavior
If
error_score=-1,
for example, a diverging trajectory could return a better score than a really bad bounded trajectory. This is problematic whenpykoop
is paired with a hyperparameter optimizer likeskopt.BayesSearchCV
.The text was updated successfully, but these errors were encountered: