8000 Merge pull request #5126 from rasbt/rbf · scikit-learn/scikit-learn@b3694b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3694b1

Browse files
committed
Merge pull request #5126 from rasbt/rbf
small typo fix: "radius" in rbf kernel should be "radial"
2 parents 749f2a9 + 25a217b commit b3694b1

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