pyml.exceptions.excpetions#

Python module that contains exceptions/errors used across several classes

Exceptions

HyperparametersNotSpecified(hyperparameter)

Excpetion raised when a model is initialized or training is started but hyperparameters are not specified yet.

OutsideSpecifiedRange(input, variable_name, ...)

Exception raised when an input value is outside the specified range.

ShapeError(*args)

Exception raised when performing a matrix/vector operation on two objects with non-compatible sizes