scikitplot.experimental.enable_ann_imputer#

Enables ANNImputer

The API and results of this estimator might change without any deprecation cycle.

Importing this file dynamically sets ANNImputer as an attribute of the impute module.

Examples

Explicitly require this experimental feature

>>> from scikitplot.experimental import enable_ann_imputer  # noqa

Now you can import normally from impute

>>> from scikitplot.impute import ANNImputer