Prompt48 commited on
Commit
c7d8f13
·
verified ·
1 Parent(s): d375958

Upload edit\Qwen3-TTS-test\.venv\Lib\site-packages\sklearn\ensemble\_hist_gradient_boosting\__init__.py with huggingface_hub

Browse files
edit//Qwen3-TTS-test//.venv//Lib//site-packages//sklearn//ensemble//_hist_gradient_boosting//__init__.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ """This module implements histogram-based gradient boosting estimators.
2
+
3
+ The implementation is a port from pygbm which is itself strongly inspired
4
+ from LightGBM.
5
+ """
6
+
7
+ # Authors: The scikit-learn developers
8
+ # SPDX-License-Identifier: BSD-3-Clause