Commit Graph

85 Commits

Author SHA1 Message Date
Alexandre Gramfort c37cef2ff7 FIX : fix application example due to API change 2012-10-27 15:38:19 +02:00
Andreas Mueller 9bd0aadaa3 MISC renamed n_iterations to n_iter in all other places. 2012-10-10 19:10:29 +01:00
Lars Buitinck 3ca3e95b72 DOC rm references to deprecated stuff 2012-09-20 22:15:39 +02:00
Andreas Mueller 63e99023b6 DOC fixed some sphinx errors, issues in docs.... 2012-09-03 23:48:32 +01:00
Andreas Mueller 5ad3bc672c ENH rename out_dim to n_components in manifold module 2012-05-06 16:08:25 +02:00
Andreas Mueller f921e8e474 COSMIT rst in example 2012-05-05 20:03:00 +02:00
Lars Buitinck c7bec7aeaf DOC typo in example 2012-04-26 00:58:01 +02:00
Jaques Grobler ca50d31a42 Removed `_plot` from the face recognition example
updated tutorial page to use static image.
2012-04-03 13:20:01 +02:00
Jaques Grobler f56ffb542a Made old EllipticEnvelop deprecated class
-renamed to **EllipticEnvelope**
-Examples updated
2012-03-26 17:16:58 +02:00
Jaques Grobler 0d63d785e7 Merge branch 'master' into WIP_tut
Conflicts:
	examples/linear_model/plot_ols.py
2012-03-22 17:12:36 +01:00
Jaques Grobler 1b06362a1a fixed links & neatening 2012-03-08 15:21:53 +01:00
Jaques Grobler bd271ab65c Better doctest time(wip),removed duplicate examples, update plot_ols.py
- I wish to replace the old plot_ols.py example with a new one which
  uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Jaques Grobler 75e2d1073a removed redundant file 2012-03-05 16:44:18 +01:00
Olivier Grisel b620aa1ac2 Fix grid search example 2012-03-04 13:15:36 +01:00
Olivier Grisel 70fa9d5557 manually rescale C in face recognition example 2012-02-28 23:29:00 +01:00
Olivier Grisel 858c11e9e8 shorten example a bit with train_test_split 2012-02-28 23:18:47 +01:00
Andreas Mueller 868eac134f Merge branch 'master' into svm_class_weights
Conflicts:
	doc/modules/svm.rst
	doc/tutorial.rst
	doc/whats_new.rst
	sklearn/linear_model/logistic.py
	sklearn/svm/base.py
	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
	sklearn/svm/tests/test_sparse.py
	sklearn/svm/tests/test_svm.py
2012-02-15 00:12:02 +01:00
GaelVaroquaux 33d60cce6f BUG: follow API change in example 2012-02-12 11:53:00 +01:00
Olivier Grisel 5f4ca06734 FIX: make LFW data shapes consistent with Olivetti faces 2012-02-11 13:58:33 +01:00
Andreas Mueller 36fa40a254 MISC Adjusted class_weight param in examples, fixed legend in unbalanced dataset examples. 2012-02-07 09:46:01 +01: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
GaelVaroquaux 7b3d81959e MISC: species distribution example plotted
We want the example figure in the documentation
2012-01-10 22:03:19 +01:00
Andreas Mueller 68a8b8b46d ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00
Olivier Grisel 0f6c525d7e ENH: renamed fast_svd to randomized_svd + related improvements 2011-12-31 14:31:55 +01:00
Peter Prettenhofer ae143a733e fix: xmin -> X.min()
cosmit: unused imports and vars
2011-12-22 18:41:05 -08:00
Jake Vanderplas df4351d4be Merge commit 'upstream/master' into dataset-fix 2011-12-21 02:17:23 -08:00
Jake Vanderplas b1a41dca44 clean up species distribution example 2011-12-20 16:15:15 -08:00
Jake Vanderplas ea2daf331f species datasets commit 2011-12-20 11:16:09 -08:00
Fabian Pedregosa 3fc6f142d4 Typo in example. Thanks Virgile for the cool example. 2011-12-20 11:49:31 -05:00
Gael varoquaux c1003f47f5 BUG: follow API change in outlier_detection 2011-12-20 14:06:49 +01:00
VirgileFritsch d8988774da Cosmit: address Olivier's comments on examples naming. 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
DraXus 6759068fee peping8 examples/applications 2011-12-19 18:29:00 +01:00
Gilles Louppe 63331849ea DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
Gael varoquaux fca7dda5ff MISC: plot_stock_market cluster on learned covariance
Shows the relations between the methods
2011-11-12 21:43:53 +01:00
Olivier Grisel 218767c9b7 PEP8 + various cosmits 2011-11-10 23:43:11 +01:00
Gael varoquaux f6d28c3f5a DOC: docstring in stock market example 2011-11-10 23:43:10 +01:00
Gael varoquaux 17361c759b COSMIT: address most of @ogrisel's comments 2011-11-10 23:43:10 +01:00
Gael varoquaux da97008a46 DOC: better stock_market example (WIP)
Use all our battery of unsupervised methods
2011-11-10 23:43:10 +01:00
Lars Buitinck 4a3975f3d8 BUG NMF topic spotting example would output n_top_words-1 terms 2011-10-18 15:48:53 +02:00
Lars Buitinck 1e3f1dcd2b Allow sparse input to NMF 2011-10-03 17:17:33 +02:00
Olivier Grisel 85c680cb3b thanks to @larsmans, TFIDF is now always positive :) 2011-10-03 14:31:18 +02:00
Mathieu Blondel 0e516d0df1 Export data option in SVG gui. 2011-09-30 18:28:19 +09:00
Olivier Grisel ca48f82ab8 s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
Olivier Grisel 880bdf91ab Add missing authorship + license info to NMF topics example 2011-09-04 21:50:37 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00