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
There is an error in the way the remaining options for the BTBSession are evaluate which makes the session crash with a misleading exception when it has actually run out of options.
What I Did
The erro can be provoked by using a single scorer that raises an exception.
After the max_errors is reached, the expected StopTuning exception is not being raised, but rather a misleading ValueError:
The text was updated successfully, but these errors were encountered:
csala
changed the title
Wrong error is being raise on BTBSession when it runs out of options
Wrong error is being raised on BTBSession when it runs out of options
Feb 5, 2020
csala
changed the title
Wrong error is being raised on BTBSession when it runs out of options
Wrong error raised by BTBSession on too many errors
Feb 5, 2020
Description
There is an error in the way the remaining options for the BTBSession are evaluate which makes the session crash with a misleading exception when it has actually run out of options.
What I Did
The erro can be provoked by using a single scorer that raises an exception.
After the
max_errors
is reached, the expectedStopTuning
exception is not being raised, but rather a misleadingValueError
:The text was updated successfully, but these errors were encountered: