Commit Graph

510 Commits

Author SHA1 Message Date
Gael varoquaux 58af2061f4 DOC: Minor scikits -> scikit 2011-09-03 13:01:17 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Gael varoquaux 4d1bdf11aa DOC: fix link 2011-09-01 23:33:29 +02:00
Gael varoquaux 9e1ba8f773 DOC: Fix doctest 2011-09-01 21:34:45 +02:00
Mathieu Blondel 3bf31cadd5 Fix currentmodule. 2011-08-29 23:04:47 +09:00
Mathieu Blondel 10322957ab Fix doctest errors (hopefully!). 2011-08-29 22:51:55 +09:00
Mathieu Blondel afc847a45f Better documentation. 2011-08-29 22:39:52 +09:00
Mathieu Blondel 39ff980b7b Emphasize one-vs-all. 2011-08-29 21:54:23 +09:00
Mathieu Blondel 4ccf0adce3 Merge branch 'master' into multiclass 2011-08-29 19:28:19 +09:00
Mathieu Blondel a7279003e3 Address @agramfort and @ogrisel's comments. 2011-08-29 19:27:09 +09:00
Mathieu Blondel e4ac243012 Fix doc! 2011-08-29 19:19:15 +09:00
Olivier Grisel 74dd2d8f6a ENH: new example: NMF topic extraction on 20 newsgroups 2011-08-28 15:23:05 +02:00
Olivier Grisel eaa9253f3e cosmit 2011-08-24 19:26:37 +02:00
Olivier Grisel f8e578dabf FIX: doctests on buildbot 2011-08-24 19:23:44 +02:00
Olivier Grisel c57950bb24 FIX: remaining broken doctests 2011-08-24 16:05:31 +02:00
Olivier Grisel 79a4a600a9 FIX: updating doctests in gaussian_process.rst and linear_model.rst 2011-08-24 16:01:38 +02:00
Olivier Grisel 7a8df01f99 Merge remote-tracking branch 'robertlayton/kmeans_transform2' into robertlayton-kmeans_transform2 2011-08-23 11:51:40 +02:00
vene d402deb79c FIX: BayesianRidge doctest 2011-08-21 23:09:27 +02:00
Olivier Grisel 42a6ebb497 DOC: section level fix in clustering doc 2011-08-16 20:02:55 +02:00
Robert Layton c3ab8584b3 Merge branch 'master' into kmeans_transform2
Conflicts:
	scikits/learn/datasets/twenty_newsgroups.py
2011-08-14 10:12:45 +10:00
Jake Vanderplas c72dd9fd39 merge with master; remove lobpcg references 2011-08-13 10:06:52 -07:00
Gael varoquaux 65a2d4a46d COSMIT: doc and examples in decomposition 2011-08-12 08:30:29 +02:00
Olivier Grisel 3ee301f3f8 DOC: group SparsePCA and MiniBatchSparsePCA chapter to reduce redundancy 2011-08-12 07:48:03 +02:00
Olivier Grisel 05b3664680 cosmit 2011-08-12 07:48:02 +02:00
Olivier Grisel 1eaff73962 DOC: make the decomposition doc more consistent with running faces example 2011-08-12 07:48:02 +02:00
vene c1c9142853 Added MiniBatchSparsePCA and dict_learning_online to classes.rst 2011-08-12 07:48:02 +02:00
vene 1103a79bc0 DOC: fixes and updates 2011-08-12 07:48:02 +02:00
vene 91eb864098 DOC: updated narrative docs for MiniBatchSparsePCA and example 2011-08-12 07:48:02 +02:00
Gael varoquaux 23163f88e7 MISC: fix image in manifold doc 2011-08-12 07:35:02 +02:00
Mathieu Blondel 31bf0b3834 Merge branch 'kmeans_transform2' of https://github.com/robertlayton/scikit-learn into kmeans_transform2
Conflicts:
	scikits/learn/cluster/k_means_.py
	scikits/learn/datasets/twenty_newsgroups.py
2011-08-11 23:09:58 +09:00
Alexandre Gramfort 43e3229a86 DOC: clarify doc on BIC/AIC 2011-08-10 16:30:31 -04:00
Gael varoquaux 5fb850bc20 DOC: make lasso docs easier to read 2011-08-10 19:39:17 +02:00
Gael varoquaux 22da70185d DOC: cosmetic changes to lars-bic doc and examples 2011-08-10 19:33:43 +02:00
Jake Vanderplas 3a56be4504 changes to manifold doc 2011-08-10 09:51:40 -07:00
Alexandre Gramfort f599fab517 ENH + DOC: addressing @GaelVaroquaux's comments 2011-08-10 16:12:41 +02:00
Alexandre Gramfort e4f4b907e7 ENH: addressing @ogrisel's comments on PR 298 2011-08-10 16:12:41 +02:00
Alexandre Gramfort 899dfcda41 ENH : new LassoLarsIC estimator 2011-08-10 16:12:41 +02:00
Jake Vanderplas 4935588a83 Merge commit 'upstream/master' into manifold-doc 2011-08-09 09:14:00 -07:00
Olivier Grisel f5061843ef fix broken doctests 2011-08-09 18:05:40 +02:00
Olivier Grisel c5ce75a9a7 Merge remote-tracking branch 'vene/patch-extraction' into vene-patch-extraction 2011-08-09 17:44:10 +02:00
Alexandre Gramfort 61bdb4b9c6 DOC : fix doc building 2011-08-09 10:53:31 -04:00
vene c1222accb2 Updated documentation, fixed bug in the process 2011-08-09 13:47:14 +03:00
Jake Vanderplas 9abb9fa710 update manifold documentation 2011-08-08 17:39:15 -07:00
vene 8c8f3e961e Added feature extraction as a chapter 2011-08-09 01:10:33 +03:00
Peter Prettenhofer 2b0e9c9ded added document clustering example to KMeans clustering section. 2011-08-08 20:23:57 +02:00
Jake Vanderplas cde824aa4e Merge branch 'manifold-isomap' into manifold-doc 2011-08-08 10:38:42 -07:00
vene eda72935ac New file: Feature extraction documentation 2011-08-08 19:10:42 +03:00
Gilles Louppe ae9bc2a002 Added references to samples_generator.make_* functions in the documentation. 2011-08-06 21:41:03 +02:00