
    Pi                     ^    d Z ddlmZ ddlmZ  eede           exj        dgz  c_        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__sklearnr   sklearn.impute._iterativer   setattr__all__     /home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/sklearn/experimental/enable_iterative_imputer.py<module>r      se    "       6 6 6 6 6 6 "$4 5 5 5 %& &r   