art.exceptions
¶
Module containing ART’s exceptions.
EstimatorError¶
- exception art.exceptions.EstimatorError(this_class, class_expected_list: List[Union[Type, Tuple[Type]]], classifier_given)¶
Basic exception for errors raised by unexpected estimator types.