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
a494d7b7
Commit
a494d7b7
authored
Sep 06, 2017
by
Nikita Titov
Committed by
Guolin Ke
Sep 06, 2017
Browse files
fixed docstring according to #890 (#891)
parent
de0c1742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/sklearn.py
python-package/lightgbm/sklearn.py
+1
-1
No files found.
python-package/lightgbm/sklearn.py
View file @
a494d7b7
...
@@ -199,7 +199,7 @@ class LGBMModel(_LGBMModelBase):
...
@@ -199,7 +199,7 @@ class LGBMModel(_LGBMModelBase):
n_classes_ : int
n_classes_ : int
The number of classes (only for classification problem).
The number of classes (only for classification problem).
best_score_ : dict or None
best_score_ : dict or None
The best score of fitted model
if `early_stopping_rounds` has been specified
.
The best score of fitted model.
best_iteration_ : int or None
best_iteration_ : int or None
The best iteration of fitted model if `early_stopping_rounds` has been specified.
The best iteration of fitted model if `early_stopping_rounds` has been specified.
objective_ : string or callable
objective_ : string or 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