Commit Graph

24 Commits

Author SHA1 Message Date
TakingItCasual 74b56dbc57 MNT Converting http to https (#12277) 2018-10-04 22:37:57 +08:00
Andreas Mueller 0b8d362545 [MRG] Examples deprecations (#11561) 2018-07-17 00:08:04 -05:00
Nicolas Goix 0788cd0c6a [MRG+2] ENH/FIX Outlier detection algorithms API consistency (#9015)
Consistent handling of decision_function, score_samples and contamination
2018-02-06 06:57:44 +11:00
Naoya Kanai 1af5a0e0a8 [MRG] Update URL for species distribution dataset (#8864) 2017-05-11 18:44:08 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Boyuan Deng 2638fe59d5 Use immutable default arguments throughtout repo
Replace mutable default arguments in examples

Replace mutable default arguments in sklearn/manifold/t_sne.py

Replace mutable default arguments in sklearn/metrics/pairwise.py
2015-03-19 16:30:39 +01:00
Olivier Grisel f892622967 FIX Python 3 support for datasets.species_distributions 2014-06-24 10:39:41 +02:00
Rajat Khanduja 5e20b8c664 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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
eltermann b53b573c31 Replaced abbreviated 'w.r.t' to 'with regards to' 2014-02-05 12:59:07 -02:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02: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
GaelVaroquaux 7b3d81959e MISC: species distribution example plotted
We want the example figure in the documentation
2012-01-10 22:03:19 +01:00
Peter Prettenhofer ae143a733e fix: xmin -> X.min()
cosmit: unused imports and vars
2011-12-22 18:41:05 -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
DraXus 6759068fee peping8 examples/applications 2011-12-19 18:29:00 +01: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
Peter Prettenhofer 524a0098cb cosmit: pep8 + doc 2011-05-11 16:55:00 +02:00
Olivier Grisel 8b5a0274d2 kill trailing spaces 2011-05-04 17:49:17 +02:00
Gael varoquaux 61afdc9767 MISC: reduce disk consumption when generating docs
In the examples: remove temporary files not useful.

When generating the docs: CD to the directory of the examples, so that
the files are downloaded there.
2011-04-03 13:17:08 +02:00
Olivier Grisel 9847703415 moving real word examples to the applications subfolder 2010-12-05 21:40:38 +01:00