scikitplot.exceptions#

Custom warnings and errors used across scikit-plots.

This module contains errors/exceptions and warnings of general use for scikit-plots. Exceptions that are specific to a given subpackage should not be here, but rather in the particular subpackage.

ModuleDeprecationWarning

Module deprecation warning.

ScikitplotException

Generic exception thrown to surface failure information about external-facing operations.

VisibleDeprecationWarning

Visible deprecation warning.