Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
1f828f4e
"vscode:/vscode.git/clone" did not exist on "4ca85fbce7db160414141db76b60691b65eaa229"
Unverified
Commit
1f828f4e
authored
Feb 25, 2023
by
Dmytro Tanasiuk
Committed by
GitHub
Feb 24, 2023
Browse files
[python-package] fix _LGBM_CustomMetricFunction typing (#5736)
parent
42df0ff3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/engine.py
python-package/lightgbm/engine.py
+1
-1
No files found.
python-package/lightgbm/engine.py
View file @
1f828f4e
...
...
@@ -23,7 +23,7 @@ __all__ = [
_LGBM_CustomMetricFunction
=
Callable
[
[
np
.
ndarray
,
Dataset
],
Tuple
[
str
,
float
,
bool
]
Union
[
Tuple
[
str
,
float
,
bool
]
,
List
[
Tuple
[
str
,
float
,
bool
]]]
]
_LGBM_PreprocFunction
=
Callable
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment