Commit Graph

803 Commits

Author SHA1 Message Date
Gael varoquaux 58af2061f4 DOC: Minor scikits -> scikit 2011-09-03 13:01:17 +02:00
Gael varoquaux 4d1dcd2e65 DOC: scikits.learn -> sklearn 2011-09-03 09:10:40 +02:00
Fabian Pedregosa 403ee2b034 correct imports 2011-09-02 12:15:56 +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 ae48fc5fd7 Forgot to add a blank image for the docs. 2011-09-02 11:55:15 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa cca1fcf7db layout tweaks 2011-09-02 10:29:10 +02:00
Fabian Pedregosa b40247bcda Layout tweaks 2011-09-02 10:12:08 +02:00
Gael varoquaux 4d1bdf11aa DOC: fix link 2011-09-01 23:33:29 +02:00
Gael varoquaux 015b4560d3 DOC: scikits.learn -> scikit-learn 2011-09-01 22:12:40 +02:00
Gael varoquaux 9e1ba8f773 DOC: Fix doctest 2011-09-01 21:34:45 +02:00
Fabian Pedregosa 7f78eaa098 Link images to example file in new gallery 2011-09-01 11:16:14 +02:00
Fabian Pedregosa a6918a49a5 Generate thumbnails in the example gallery 2011-09-01 09:35:29 +02:00
Mathieu Blondel cd881377ca Merge pull request #320 from mblondel/multiclass
Meta-classifiers for multiclass problems
2011-08-29 20:20:50 -07:00
Gael varoquaux bc9f375f7a DOC: change the name scikits.learn to scikit-learn 2011-08-29 20:44:01 +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
Mathieu Blondel 8ee20e3cb0 Merge branch 'master' into multiclass 2011-08-26 15:44:20 +09: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
Mathieu Blondel be259905f5 Documentation for the meta learners. 2011-08-24 23:21:22 +09: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 c21d8d053f update the documentation 2011-08-24 12:25:46 +02:00
Olivier Grisel bfd7cd6f32 track changes from upstream/master 2011-08-23 17:21:51 +02:00
Lars Buitinck 34aee3387b set_params: update according to @GaelVaroquaux's review 2011-08-23 12:46:37 +02:00
Lars Buitinck 8674b01781 ENH set_params method on BaseEstimator, deprecate estimator params to fit
Passing estimator parameters to fit leads to a situation where fit might
half-fail when it has set the parameters, but then fails to do input
validation.
2011-08-23 12:46:36 +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
Olivier Grisel 6c49694b09 yet another typo 2011-08-12 11:50:14 +02:00
Olivier Grisel 48d1fa3625 DOC: more formatting 2011-08-12 11:46:41 +02:00
Olivier Grisel 6fae2efaff typo 2011-08-12 11:45:33 +02:00
Olivier Grisel 147e78d717 DOC: more fitting doc improvements 2011-08-12 11:44:33 +02:00
Olivier Grisel c688e9799b DOC: formatting mistake 2011-08-12 11:40:56 +02:00
Olivier Grisel ebf45f8ca6 DOC: give some motivation for the return of self in fit 2011-08-12 11:38:55 +02:00
Olivier Grisel a9eb8045a3 cosmit 2011-08-12 11:35:08 +02:00
Olivier Grisel fa2e505751 Carve the emmerging consensus on __init__ vs fit parameters in the contributors documentation 2011-08-12 11:31:56 +02: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