Commit Graph

19 Commits

Author SHA1 Message Date
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Aaron Schumacher 224d76941f typo: "fot" -> "for" 2014-04-11 20:39:00 -04:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Alexandre Gramfort c37cef2ff7 FIX : fix application example due to API change 2012-10-27 15:38:19 +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 75e2d1073a removed redundant file 2012-03-05 16:44:18 +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
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
Andreas Mueller 68a8b8b46d ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +01:00
DraXus 6759068fee peping8 examples/applications 2011-12-19 18:29:00 +01:00
Olivier Grisel ca48f82ab8 s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +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
Olivier Grisel 7ad9bcde22 DOC: make the face recognition example static (to avoid having to download the dataset to build the doc) 2011-04-11 13:55:52 +02:00