projektAI/venv/Lib/site-packages/sklearn/ensemble/_hist_gradient_boosting/__init__.py
2021-06-06 22:13:05 +02:00

6 lines
166 B
Python

"""This module implements histogram-based gradient boosting estimators.
The implementation is a port from pygbm which is itself strongly inspired
from LightGBM.
"""