8000 DOC: Fix 'less' vs 'fewer' (#1040) · scikit-optimize/scikit-optimize@747b43f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 747b43f

Browse files
DOC: Fix 'less' vs 'fewer' (#1040)
1 parent 438a6da commit 747b43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hyperparameter-optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
In this notebook, we illustrate how to couple :class:`gp_minimize` with sklearn's
2424
estimators to tune hyper-parameters using sequential model-based optimisation,
25-
hopefully resulting in equivalent or better solutions, but within less
25+
hopefully resulting in equivalent or better solutions, but within fewer
2626
evaluations.
2727
2828
Note: scikit-optimize provides a dedicated interface for estimator tuning via

0 commit comments

Comments
 (0)
0