Intelegentny_Pszczelarz/.venv/Lib/site-packages/sklearn/ensemble/_hist_gradient_boosting/__init__.py

6 lines
166 B
Python
Raw Normal View History

2023-06-19 00:49:18 +02:00
"""This module implements histogram-based gradient boosting estimators.
The implementation is a port from pygbm which is itself strongly inspired
from LightGBM.
"""