Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-oHr-N committed Mar 1, 2020
1 parent 4e25975 commit 93e6756
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions optgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,9 @@ class OGBMClassifier(_BaseOGBMModel, ClassifierMixin):
best_iteration_
Number of iterations as selected by early stopping.
best_params_
Parameters of the best trial in the `Study`.
booster_
Trained booster.
Expand Down Expand Up @@ -866,6 +869,9 @@ class OGBMRegressor(_BaseOGBMModel, RegressorMixin):
best_iteration_
Number of iterations as selected by early stopping.
best_params_
Parameters of the best trial in the `Study`.
booster_
Trained booster.
Expand Down

0 comments on commit 93e6756

Please sign in to comment.