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.
1 parent 112befd commit dd15031Copy full SHA for dd15031
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