o
    i:                     @   s   d Z ddlZed dS )aX  This is now a no-op and can be safely removed from your code.

It used to enable the use of
:class:`~sklearn.ensemble.HistGradientBoostingClassifier` and
:class:`~sklearn.ensemble.HistGradientBoostingRegressor` when they were still
:term:`experimental`, but these estimators are now stable and can be imported
normally from `sklearn.ensemble`.
    NzSince version 1.0, it is not needed to import enable_hist_gradient_boosting anymore. HistGradientBoostingClassifier and HistGradientBoostingRegressor are now stable and can be normally imported from sklearn.ensemble.)__doc__warningswarn r   r   o/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/sklearn/experimental/enable_hist_gradient_boosting.py<module>   s
    