Skip to content

Commit

Permalink
Merge branch 'python/sklearn-subclassing' of github.com:microsoft/Lig…
Browse files Browse the repository at this point in the history
…htGBM into python/sklearn-subclassing
  • Loading branch information
jameslamb committed Jan 10, 2025
2 parents 81178fd + 51b5e64 commit 110b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_package_test/test_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def test_subclassing_get_params_works():
#
# why these?
#
# - 'n_estimators" directly matches a keyword arg for the scikit-learn estimators
# - 'n_estimators' directly matches a keyword arg for the scikit-learn estimators
# - 'eta' is a parameter alias for 'learning_rate'
overrides = {"n_estimators": 13, "eta": 0.07}

Expand Down

0 comments on commit 110b0e1

Please sign in to comment.