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