Re: [Scikit-learn-general] Example failures with matplotlib 0.99.0

2011-12-21 Thread Lars Buitinck
2011/12/21 Jacob VanderPlas : > I could modify the plots to use semi-transparent solid lines in place of > dashed/dotted lines, so that our examples are compatible with matplotlib > 0.99.0, or we could decide to upgrade the dependency.  What do you think? I say upgrade the dependency. This is only

[Scikit-learn-general] Example failures with matplotlib 0.99.0

2011-12-21 Thread Jacob VanderPlas
Hi all, I'm running matplotlib 0.99.0 (this is the current version in ubuntu repositories) and I get a few errors when building the docs. All are related to a bug in matplotlib when creating legends for dotted/dashed lines in certain circumstances. It's been addressed on the matplotlib-dev lis

Re: [Scikit-learn-general] Outliers detection

2011-12-21 Thread Virgile Fritsch
Hi Olivier, I don't know that work, neither the authors, so I will have a look at it. As far as I understand from the abstract, observations should have a low-dimensional structure in order this technique to be applicable, which is not necessarily the case in practice. I will read the paper anyway

[Scikit-learn-general] Outliers detection

2011-12-21 Thread Olivier Grisel
Hi, Thanks Virgile for the new outliers detection exaamples that have been merged yesterday in master. I was wondering, are you aware of the following paper? Structural Similarity and Distance in Learning http://arxiv.org/abs/1110.5847 I looks quite interesting and should not be restricted to ou