Support sample weight in sklearn custom objective. (#10050)

This commit is contained in:
Jiaming Yuan
2024-02-21 00:43:14 +08:00
committed by GitHub
parent 69a17d5114
commit 8ea705e4d5
6 changed files with 179 additions and 69 deletions

View File

@@ -100,6 +100,7 @@ class LintersPaths:
# demo
"demo/json-model/json_parser.py",
"demo/guide-python/external_memory.py",
"demo/guide-python/sklearn_examples.py",
"demo/guide-python/continuation.py",
"demo/guide-python/callbacks.py",
"demo/guide-python/cat_in_the_dat.py",