File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,8 +443,8 @@ def _train(
443
443
Initial model score for each validation set in eval_set.
444
444
eval_group : list of Dask Arrays, Dask Series or None, optional (default=None)
445
445
Group/query for each validation set in eval_set.
446
- eval_metric : string , callable, list or None, optional (default=None)
447
- If string , it should be a built-in evaluation metric to use.
446
+ eval_metric : str , callable, list or None, optional (default=None)
447
+ If str , it should be a built-in evaluation metric to use.
448
448
If callable, it should be a custom evaluation metric, see note below for more details.
449
449
If list, it can be a list of built-in metrics, a list of custom evaluation metrics, or a mix of both.
450
450
In either case, the ``metric`` from the Dask model parameters (or inferred from the objective) will be evaluated and used as well.
You can’t perform that action at this time.
0 commit comments