Skip to content

Commit

Permalink
Update python-package/lightgbm/sklearn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 6, 2024
1 parent 330df3f commit e8e4cdb
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 @@ -1141,7 +1141,7 @@ def n_features_in_(self) -> int:
def n_features_in_(self, value: int) -> None:
"""Set number of features found in passed-in dataset.
Starting with ``scikit-learn`` 1.6, ``scikit-learn` expects to be able to directly
Starting with ``scikit-learn`` 1.6, ``scikit-learn`` expects to be able to directly
set this property in functions like ``validate_data()``.
.. note::
Expand Down

0 comments on commit e8e4cdb

Please sign in to comment.