Module preprocessor.error
Classes
class MissingTargetColumn (*args, **kwargs)
-
Raised by the TabularPreprocessor when the target column doesn't exist, e.g. by TabularPreprocessor.target_column_name()
Ancestors
- builtins.Exception
- builtins.BaseException
class MultipleTargetColumns (*args, **kwargs)
-
Raised by the TabularPreprocessor when multiple target columns have been defined, e.g. by TabularPreprocessor.target_column_name()
Ancestors
- builtins.Exception
- builtins.BaseException