Commit Graph

1107 Commits

Author SHA1 Message Date
Andreas Mueller 763af613d6 Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-12-20 19:12:53 +01:00
Andreas Mueller 07f8c6f660 DOC FIX typo 2011-12-20 18:58:39 +01:00
Fabian Pedregosa 3fc6f142d4 Typo in example. Thanks Virgile for the cool example. 2011-12-20 11:49:31 -05:00
Vlad Niculae 51b6dea96b Rehauled SparseCoder example 2011-12-20 17:09:15 +01:00
Alexandre Gramfort 3f330f2967 STY : pep8 2011-12-20 15:34:17 +01:00
Alexandre Gramfort d530fa13f1 Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-12-20 14:24:23 +01:00
Andreas Mueller 486cd551f8 COSMIT pep8 2011-12-20 14:17:51 +01:00
Andreas Mueller e33d9558bf FIX fix module links, figure split into two 2011-12-20 14:17:51 +01:00
Andreas Mueller 39771fa453 ENH Remove redundant example 2011-12-20 14:17:51 +01:00
Andreas Mueller 7a8e3d86d8 NONSENSE improve the example that i'll remove in a sec 2011-12-20 14:17:50 +01:00
Andreas Mueller 0de5a1a8cd DOC minor doc improvements, different example 2011-12-20 14:17:50 +01:00
Andreas Mueller 5959e7a45b ENH kernel approximation: More specific references and example referencing the narrative docs. 2011-12-20 14:17:50 +01:00
Andreas Mueller 44e9baee1c ENH timing results in approx kernel example 2011-12-20 14:17:50 +01:00
Andreas Mueller eca01e80ed DOC more discussion in docstring 2011-12-20 14:17:50 +01:00
Andreas Mueller 6f3263f569 ENH fixed location of the legend in kernel_approximation example 2011-12-20 14:17:50 +01:00
Andreas Mueller 972de6d452 Moving kernel_approximation to the top level 2011-12-20 14:17:49 +01:00
Andreas Mueller e40cd691e4 Example of decision surface of approximate kernel svm 2011-12-20 14:17:49 +01:00
Andreas Mueller 5ab3afc94b DOC: Move kernel approximation to be a "plot" example. 2011-12-20 14:17:49 +01:00
Andreas Mueller 31a47b2530 FIX: Renaming of RBFSampler argument 2011-12-20 14:17:49 +01:00
Andy 158a897880 DOC beautified kernel approximation example plot 2011-12-20 14:17:48 +01:00
Andreas Mueller 94b4db80e2 kernel approximation example 2011-12-20 14:17:48 +01:00
Andreas Mueller 250a11f651 DOC example comparing linear classification, kernel svm and kernel approximation with explicit mapping. 2011-12-20 14:17:48 +01:00
Alexandre Gramfort e4c41ceaad STY : pep8 and add print __doc__ in plot_sparse_coding.py 2011-12-20 14:17:11 +01:00
Gael varoquaux c1003f47f5 BUG: follow API change in outlier_detection 2011-12-20 14:06:49 +01:00
Vlad Niculae a646e9ae1d Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into sparse-coder
Conflicts:
	sklearn/linear_model/least_angle.py
2011-12-20 13:37:00 +01:00
Vlad Niculae 7fdd8df8fd added sparse coding example 2011-12-20 13:23:03 +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
Gael varoquaux 361bfdef2b COSMIT: beautify the plot_oneclass example
It's on the main page, so it should be beautiful.
2011-12-20 13:11:44 +01:00
VirgileFritsch d8988774da Cosmit: address Olivier's comments on examples naming. 2011-12-20 13:11:43 +01:00
VirgileFritsch a9acfca27e Fix bugs + adjust OCSVM parameter in outlier detection example. 2011-12-20 13:11:43 +01:00
VirgileFritsch 29c46c1cc6 Example on real data (outlier detection on boston housing data set). 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 ed0087a1ad Clean working directory 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
VirgileFritsch 00a99116d7 Add a set of tools and a new object for outliers detection (+ example).
The proposes outlier detection object is based on a robust covariance
estimator but similar objects can be implemented from others estimators,
or users own methods can be added to the existing framework.
2011-12-20 13:11:43 +01:00
Andreas Mueller 8d5fd79690 ENH adjust subplots to look good on the web. 2011-12-20 12:38:45 +01:00
Andreas Mueller 48a650000c ENH prettify kmeans vs minibatch kmeans example 2011-12-20 12:38:41 +01:00
Vlad Niculae 0572c56a66 Merge branch 'master' into sparse-coder 2011-12-20 11:43:22 +01:00
Vlad Niculae bb03e8a85e Adapted examples for alpha scaling 2011-12-20 11:17:38 +01:00
Jake Vanderplas a08d54eebf Merge branch 'example-fix' 2011-12-20 02:04:10 -08:00
Jake Vanderplas 0c38141cc1 BUG: example plot compatibility with older matplotlib versions 2011-12-20 02:03:41 -08:00
Fabian Pedregosa dc72cf6b49 Move uninteresting example to docstring 2011-12-20 04:46:41 -05:00
Olivier Grisel 4c8aec3a6f typo: accross => across 2011-12-20 09:49:45 +01:00
DraXus 6759068fee peping8 examples/applications 2011-12-19 18:29:00 +01:00
draxus e5628f79c6 peping8 examples 2011-12-19 18:16:51 +01:00
Gilles Louppe 63331849ea DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
Gilles Louppe 41e0c40dfb COSMIT: tree examples 2011-12-19 15:53:00 +01:00
Gilles Louppe c5b8fb888c Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-12-19 13:29:57 +01:00