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
ee5636f1
Unverified
Commit
ee5636f1
authored
Aug 28, 2021
by
Nikita Titov
Committed by
GitHub
Aug 28, 2021
Browse files
[python][docs] Refer to string type as `str` in docstrings (#4565)
parent
b765fa6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+2
-2
No files found.
python-package/lightgbm/dask.py
View file @
ee5636f1
...
...
@@ -443,8 +443,8 @@ def _train(
Initial model score for each validation set in eval_set.
eval_group : list of Dask Arrays, Dask Series or None, optional (default=None)
Group/query for each validation set in eval_set.
eval_metric : str
ing
, callable, list or None, optional (default=None)
If str
ing
, it should be a built-in evaluation metric to use.
eval_metric : str, callable, list or None, optional (default=None)
If str, it should be a built-in evaluation metric to use.
If callable, it should be a custom evaluation metric, see note below for more details.
If list, it can be a list of built-in metrics, a list of custom evaluation metrics, or a mix of both.
In either case, the ``metric`` from the Dask model parameters (or inferred from the objective) will be evaluated and used as well.
...
...
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