Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] add versionadded notes for v4.0.0 features #5948

Merged
merged 8 commits into from
Jul 6, 2023
Prev Previous commit
Next Next commit
Update python-package/lightgbm/sklearn.py
  • Loading branch information
jameslamb authored Jun 27, 2023
commit 98c74bb0abc2ee8def3824b606d23e1e4e74e365
1 change: 0 additions & 1 deletion python-package/lightgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,6 @@ def n_iter_(self) -> int:
This might be less than parameter ``n_estimators`` if early stopping was enabled or
if boosting stopped early due to limits on complexity like ``min_gain_to_split``.

# https://github.com/microsoft/LightGBM/pull/4753
.. versionadded:: 4.0.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"""
if not self.__sklearn_is_fitted__():
Expand Down