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
I'm running MOBSTER with default parameters, and my model (for whatever reason) decided to produce np.inf, which took down the tuning process.
In particular, in transform_state_to_data, the normalization makes all the targets be NaN. One option would be to exclude inf from the normalization, but then probably the GP chokes. Setting inf to the largest observed value might make sense? Another option would be excluding the sample.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm running MOBSTER with default parameters, and my model (for whatever reason) decided to produce
np.inf
, which took down the tuning process.In particular, in
transform_state_to_data
, the normalization makes all the targets beNaN
. One option would be to exclude inf from the normalization, but then probably the GP chokes. Settinginf
to the largest observed value might make sense? Another option would be excluding the sample.Any thoughts?
The text was updated successfully, but these errors were encountered: