Commit Graph

1189 Commits

Author SHA1 Message Date
Mathieu Blondel bb1be4e0ef Add Perceptron to document classification example. 2012-01-29 02:42:01 +09:00
Andreas Mueller 77f3fecb21 COSMIT pep8 2012-01-28 14:52:10 +01:00
Lars Buitinck d5f02dae3d Merge branch 'master' into merge-linearsvcs
Conflicts:
	examples/document_classification_20newsgroups.py
2012-01-17 09:21:33 +01:00
Mathieu Blondel 85032d463a Merge branch 'sgd_partial_fit' 2012-01-17 15:20:07 +09:00
Mathieu Blondel 8126e5fc61 Rename _get_params() to get_params(). 2012-01-17 15:06:09 +09:00
Lars Buitinck 9b0fbab0d1 ENH merge dense/sparse LinearSVC, part 3: deprecate sparse.LinearSVC 2012-01-16 18:27:14 +01:00
Mathieu Blondel 4fb1dc4553 More technically correct description.
CCA is an algorithm that performs a dimensionality reduction
based on two "views" of the same dataset. The two views can
be both unsupervised if we want. It just happens here that
we use X and Y as the views.
2012-01-16 22:49:03 +09:00
Lars Buitinck 0b026db3ca FIX small stuff in new tomography example
* use reshape instead of ".shape =" on models' coef_ attribute
* remove unused variables
2012-01-15 16:01:01 +01:00
GaelVaroquaux 6cdf7ddeb4 MISC: shorten a bit the description 2012-01-15 10:43:13 +01:00
emmanuelle f43236bdbe Tomography example: PEP08, typos... 2012-01-15 10:43:13 +01:00
emmanuelle 7414e37349 COSMIT: PEP08 2012-01-15 10:43:13 +01:00
emmanuelle 63ce5a5ca8 Example on tomography reconstruction with Lasso for the gallery. 2012-01-15 10:43:12 +01:00
Mathieu Blondel 36c2dcb804 Updat examples. 2012-01-14 22:40:29 +09:00
GaelVaroquaux 7b3d81959e MISC: species distribution example plotted
We want the example figure in the documentation
2012-01-10 22:03:19 +01:00
Vlad Niculae d2aa4c6269 ENHanced the multilabel example aspect 2012-01-10 22:51:55 +02:00
Andreas Mueller 68a8b8b46d ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00
Andreas Mueller 4b60c026ce Merge pull request #513 from amueller/doc_underscores_for_real
Fixing RST errors in the documentation and trying to make docs a little more consistent.
2011-12-31 05:46:43 -08:00
Olivier Grisel 0f6c525d7e ENH: renamed fast_svd to randomized_svd + related improvements 2011-12-31 14:31:55 +01:00
Gilles Louppe 13a1114baf Merge remote-tracking branch 'upstream/master' into parallel-forest
Conflicts:
	doc/whats_new.rst
2011-12-30 17:09:32 +01:00
Gilles Louppe ab5fea0013 DOC: Renamed example (+Parallel) 2011-12-30 16:11:20 +01:00
Gilles Louppe e0c3eb3d05 DOC: Parallel computations in forest 2011-12-30 15:04:24 +01:00
Gilles Louppe 8d654ffbc3 TEST: Added tests of parallel computation 2011-12-30 14:19:12 +01:00
Gael varoquaux 12d2913c74 COSMIT: avoid set_cmap and pcolormesh in example
..and beautify example

set_cmap is bad because it has a side effect

pcolormesh is much slower than imshow and produces unefficient PDFs and
SVGs.
2011-12-30 11:57:17 +01:00
Olivier Grisel 1d1348eb21 Update random forest face example to use several cores 2011-12-30 10:00:39 +01:00
Gilles Louppe 48a63de706 FIX: Revert changes 2011-12-29 21:24:10 +01:00
Gilles Louppe a5db7f1959 ENH: Simplified code 2011-12-29 21:19:32 +01:00
Gael varoquaux 97c2533e2c Cosmit: example prettier without colorbar
I don't find that the colorbar is necessary for this example, and it's so
esthetic (in a disturbing way) that I'd like to keep the figure pretty.
2011-12-29 20:21:12 +01: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
Gilles Louppe 83f693f662 EXAMPLE: Fixed API changes 2011-12-27 17:54:25 +01:00
Gilles Louppe ab23e22fd0 Merge remote-tracking branch 'upstream/master' into tree
Conflicts:
	sklearn/ensemble/forest.py
	sklearn/tree/tree.py
2011-12-27 17:51:07 +01:00
Jake Vanderplas 6bdc90417c COSMIT: pep8 2011-12-23 10:24:36 -08:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08:00
Jacob Vanderplas ce00c68f48 Merge pull request #501 from jakevdp/dataset-fix
MRG: Species dataset/example fix
2011-12-23 05:07:14 -08:00
Gilles Louppe 122e8b4ba3 EXAMPLE: renamed Frankenstein, set cmap in matshow 2011-12-23 07:37:02 +01:00
Peter Prettenhofer ae143a733e fix: xmin -> X.min()
cosmit: unused imports and vars
2011-12-22 18:41:05 -08:00
Vlad Niculae 955fdf8e16 Change seed to make example behave better 2011-12-22 23:08:06 +01:00
Vlad Niculae 61c2ceea90 ENH make example more expressive
ENH: zero-mean, param tweaking

ENH make example more expressive
2011-12-22 23:06:05 +01:00
Mathieu Blondel 1382b2649c Use CCA as well in multilabel example. 2011-12-22 15:12:22 +01:00
Vlad Niculae d0ac763f2e Allow unlabeled samples in multilabel ex, collab between @vene and @mblondel on the plane 2011-12-22 12:42:49 +01:00
Andreas Mueller 87a85c189a Merge pull request #417 from larsmans/multilabel
MRG : ENH multilabel learning in OneVsRestClassifier
2011-12-21 08:10:23 -08:00
Vlad Niculae 42b47ac72b DOC: really add example to multiclass.rst 2011-12-21 16:47:18 +01:00
Lars Buitinck 18a70f7e99 Merge remote-tracking branch 'vene/lars_multilabel' into multilabel
Conflicts:
	sklearn/tests/test_multiclass.py
2011-12-21 13:54:42 +01:00
Vlad Niculae 400093f095 ENH: Really added the synthetic example 2011-12-21 13:36:24 +01:00
Lars Buitinck 216a0122b2 ENH demo sparse KMeans on 20news set (it's slow!)
Conflicts:

	examples/document_clustering.py
2011-12-21 13:12:20 +01:00
Jake Vanderplas e705d941ce Change depreciated behavior in feature agglomeration example 2011-12-21 03:41:40 -08:00
Jake Vanderplas df4351d4be Merge commit 'upstream/master' into dataset-fix 2011-12-21 02:17:23 -08:00
Olivier Grisel 8f7cfdf259 cosmit 2011-12-21 11:16:18 +01:00
Olivier Grisel d3533317eb enable the kmeans stability as an auto examples as the speed is now fast enough 2011-12-21 10:50:31 +01:00
Olivier Grisel c85c89068b simplify stability evaluation example 2011-12-21 10:49:07 +01:00