Skip to content

Commit

Permalink
Update tests/python_package_test/test_sklearn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 10, 2025
1 parent 7b720cb commit 51b5e64
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 51b5e64

Please sign in to comment.