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:
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
: