<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""This module implements histogram-based gradient boosting estimators.

The implementation is a port from pygbm which is itself strongly inspired
from LightGBM.
"""

# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
</pre></body></html>