Skip to content

Commit abee34e

Browse files
committed
phrasing
1 parent 59bf211 commit abee34e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/applications/plot_outlier_detection_housing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
able to focus on the main mode of the data distribution, it sticks to the
2020
assumption that the data should be Gaussian distributed, yielding some biased
2121
estimation of the data structure, but yet accurate to some extent.
22-
The One-Class SVM algorithm
22+
The One-Class SVM does not assume any parametric form of the data distribution
23+
and can therefore model the complex shape of the data much better.
2324
2425
First example
2526
-------------

0 commit comments

Comments
 (0)