scikitplot.experimental.enable_annoyknn_imputer#

Enables AnnoyKNNImputer, IterativeAnnoyKNNImputer

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

Importing this file dynamically sets AnnoyKNNImputer as an attribute of the impute module:

>>> # explicitly require this experimental feature
>>> from scikitplot.experimental import enable_annoyknn_imputer  # noqa
>>> # now you can import normally from impute
>>> from scikitplot.impute import AnnoyKNNImputer