Commit Graph

20 Commits

Author SHA1 Message Date
jdcaballero 00f1bb7070 Update plot_outlier_detection.py
I think this word should be inliers.
2014-11-26 11:15:56 -05:00
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01:00
Jaques Grobler cbfe851751 example fixes to clean first docstring paragraph of rst code 2013-07-22 15:48:44 +02:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
VirgileFritsch f3fc229633 The LedoitWolf object has to return a covariance estimate or breaks. 2012-07-23 16:07:14 +02:00
VirgileFritsch c24702e09a rename mahalanobis_values to raw_values in covariance decision method.
This is to ensure further compatibility with other classifiers'
decision function.
An optional argument was also added to mahalanobis_distance method
in order to consider already centered data.
2012-07-23 16:07:14 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Jaques Grobler f56ffb542a Made old EllipticEnvelop deprecated class
-renamed to **EllipticEnvelope**
-Examples updated
2012-03-26 17:16:58 +02:00
Andreas Mueller a3aa805bc5 Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into doc_underscores_for_real
Conflicts:
	sklearn/decomposition/nmf.py
	sklearn/decomposition/pca.py
2011-12-29 11:57:41 +01:00
Andreas Mueller 600f685022 FIX: RST indentation and blank lines 2011-12-27 21:46:58 +01:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08:00
Andreas Mueller 07f8c6f660 DOC FIX typo 2011-12-20 18:58:39 +01:00
Gael varoquaux 3b61feea07 DOC: improve outlier detection docs 2011-12-20 13:11:44 +01:00
Gael varoquaux 46cfacb617 DOC: outlier detection improve docs and examples 2011-12-20 13:11:44 +01:00
VirgileFritsch a9acfca27e Fix bugs + adjust OCSVM parameter in outlier detection example. 2011-12-20 13:11:43 +01:00
VirgileFritsch d102afbeac Magnify novelty and outlier detection examples again + minor fixes. 2011-12-20 13:11:43 +01:00
VirgileFritsch 745f981ed9 Integrate AlexG's comments on doc and examples + add tests. 2011-12-20 13:11:43 +01:00
VirgileFritsch 281f5d6522 Add tools to perform outlier detection with sklearn + documentation. 2011-12-20 13:11:43 +01:00