o
    Ü?Hh   ã                   @   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
é   )Úimpute)ÚIterativeImputerr   N)Ú__doc__Ú r   Úimpute._iterativer   ÚsetattrÚ__all__© r	   r	   úm/home/air/sanwanet/gpt-api/venv/lib/python3.10/site-packages/sklearn/experimental/enable_iterative_imputer.pyÚ<module>   s
    