U
    3‰d°  ã                   @   s<   d Z ddlmZ ddlmZ eedeƒ e jdg7  _dS )aË  Enables IterativeImputer

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

Importing this file dynamically sets :class:`~sklearn.impute.IterativeImputer`
as an attribute of the impute module::

    >>> # explicitly require this experimental feature
    >>> from sklearn.experimental import enable_iterative_imputer  # noqa
    >>> # now you can import normally from impute
    >>> from sklearn.impute import IterativeImputer
é   )ÚIterativeImputer)Úimputer   N)Ú__doc__Zimpute._iterativer   Ú r   ÚsetattrÚ__all__© r   r   úQ/tmp/pip-unpacked-wheel-zrfo1fqw/sklearn/experimental/enable_iterative_imputer.pyÚ<module>   s   