
    {Kg                     ^    d Z ddlZddlmZmZ ddlmZ ej                  rddlm	Z	 g dZ
d Zy)	z*Transformers for missing value imputation.    N   )MissingIndicatorSimpleImputer)
KNNImputer)IterativeImputer)r   r   r   c                 R    | dk(  rt        |  d      t        dt         d|        )Nr   z is experimental and the API might change without any deprecation cycle. To use it, you need to explicitly import enable_iterative_imputer:
from sklearn.experimental import enable_iterative_imputerzmodule z has no attribute )ImportErrorAttributeError__name__)names    [/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/sklearn/impute/__init__.py__getattr__r      sD    !!f H H
 	
 78*,>tfE
FF    )__doc__typing_baser   r   _knnr   TYPE_CHECKING
_iterativer   __all__r    r   r   <module>r      s*    0  2 	 -
=Gr   