
    0Ph                     V    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dS )	z*Transformers for missing value imputation.    N   )MissingIndicatorSimpleImputer)
KNNImputer)IterativeImputer)r   r   r   c                 f    | 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    W/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/sklearn/impute/__init__.py__getattr__r      sV    !!! H H H
 
 	
 E8EEtEE
F
FF    )__doc__typing_baser   r   _knnr   TYPE_CHECKING
_iterativer   __all__r    r   r   <module>r      s    0 0
  2 2 2 2 2 2 2 2      	 - -,,,,,
=
=
=G G G G Gr   