8000 small typo fix "radius" in rbf kernel · scikit-learn/scikit-learn@25a217b · GitHub
[go: up one dir, main page]

Skip to content

Commit 25a217b

Browse files
committed
small typo fix "radius" in rbf kernel
1 parent 749f2a9 commit 25a217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/svm/plot_rbf_parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
==================
55
66
This example illustrates the effect of the parameters ``gamma`` and ``C`` of
7-
the Radius Basis Function (RBF) kernel SVM.
7+
the Radial Basis Function (RBF) kernel SVM.
88
99
Intuitively, the ``gamma`` parameter defines how far the influence of a single
1010
training example reaches, with low values meaning 'far' and high values meaning

0 commit comments

Comments
 (0)
0