/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sklearn/ensemble/_hist_gradient_boosting/__init__.py
8 строк
246 B
Adrin Jalali
MNT Add author/license note where missing and add the linter (#29477)
22 июл 2024, 23:05
Не верифицирован
22 июл 2024, 23:05
3e127a3
Код
Авторство
О чём код?
"""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