pdmlabs.exceptions.exception

pdmlabs.exceptions.exception#

Exceptions

exception pdmlabs.exceptions.exception.CategoricalSpaceNotSupportedException(message='The selected optimizer does not support categorical (string/non-numeric) hyperparameter values. Use a compatible optimizer or remove categorical parameters from the hyperparameter space.')#

Bases: Exception

exception pdmlabs.exceptions.exception.IncompatibleMethodException(message)#

Bases: Exception

exception pdmlabs.exceptions.exception.NotFitForSourceException(message="'predict' was called on a model that was not previously fit for this source")#

Bases: Exception

exception pdmlabs.exceptions.exception.ShortScenarioLengthException(message)#

Bases: Exception