Skip to content

Commit

Permalink
Merge branch 'fix_sklearn_more_tags_deprecation' of github.com:vnherd…
Browse files Browse the repository at this point in the history
…eiro/LightGBM into fix_sklearn_more_tags_deprecation
  • Loading branch information
jameslamb committed Oct 7, 2024
2 parents b124797 + 0b0ea24 commit beab71c
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 @@ -1140,7 +1140,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 beab71c

Please sign in to comment.