8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112befd + dd15031 commit 24a06c9Copy full SHA for 24a06c9
examples/svm/plot_rbf_parameters.py
@@ -17,7 +17,9 @@
17
Two plots are generated. The first is a visualization of the
18
decision function for a variety of parameter values, and the second
19
is a heatmap of the classifier's cross-validation accuracy as
20
-a function of `C` and `gamma`.
+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.
23
'''
24
print(__doc__)
25
0 commit comments