art.exceptions

Module containing ART’s exceptions.

EstimatorError

exception art.exceptions.EstimatorError(this_class, class_expected_list: List[Type | Tuple[Type]], classifier_given)

Basic exception for errors raised by unexpected estimator types.