Commit a494d7b7 authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

fixed docstring according to #890 (#891)

parent de0c1742
...@@ -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
......
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