Skip to content

Commit

Permalink
fixed docstring according to #890 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored and guolinke committed Sep 6, 2017
1 parent de0c174 commit a494d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__(self, boosting_type="gbdt", num_leaves=31, max_depth=-1,
n_classes_ : int
The number of classes (only for classification problem).
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
The best iteration of fitted model if `early_stopping_rounds` has been specified.
objective_ : string or callable
Expand Down

0 comments on commit a494d7b

Please sign in to comment.