8000 Merge pull request #2583 from amueller/doc_rbf_parameters · r2k0/scikit-learn@24a06c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24a06c9

Browse files
committed
Merge pull request scikit-learn#2583 from amueller/doc_rbf_parameters
MRG DOC explanatory sentence for svm grid search example
2 parents 112befd + dd15031 commit 24a06c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/svm/plot_rbf_parameters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
Two plots are generated. The first is a visualization of the
1818
decision function for a variety of parameter values, and the second
1919
is a heatmap of the classifier's cross-validation accuracy as
20-
a function of `C` and `gamma`.
20+
a function of `C` and `gamma`. For this example we explore a relatively
21+
large grid for illustration purposes. In practice, a logarithmic
22+
grid from `10**-3` to `10**3` is usually sufficient.
2123
'''
2224
print(__doc__)
2325

0 commit comments

Comments
 (0)
0