"vscode:/vscode.git/clone" did not exist on "f74875ed60e696ee7d223ddb409e66f51bddbb47"
Unverified Commit f1eb3e89 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

[docs] fix description of group/query

parent 99651345
......@@ -304,7 +304,7 @@ class LGBMModel(_LGBMModelBase):
Weights of training data.
init_score : array-like of shape = [n_samples] or None, optional (default=None)
Init score of training data.
group : array-like of shape = [n_samples] or None, optional (default=None)
group : array-like or None, optional (default=None)
Group data of training data.
eval_set : list or None, optional (default=None)
A list of (X, y) tuple pairs to use as a validation sets for early-stopping.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment