Commit Graph

23 Commits

Author SHA1 Message Date
saurabh.bansod f38aea4bee Fixes #3594. 2015-08-24 13:58:04 +05:30
MarkTab marktab.net 2186d938c0 Update lfw.py
Fixed colloquial logger.warn() to now be logger.warning()
2015-07-28 23:09:27 -04:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Vinayak Mehta ce5fada305 Deprecated load_lfw_pairs and load_lfw_people
Added deprecated decorator

Added import statement

Added tests

Added newline

Ignored deprecation warnings

Renamed tests for fetch_lfw_

Added imports for load_lfw_
2015-04-10 15:15:40 +05:30
Vinayak Mehta 8702801c13 used special.fdtrc instead of fprob
added integer division
2015-03-23 21:46:59 +05:30
Andreas Mueller 90736efd74 DOC fix typo in output shape of fetch_lfw_pairs (and minor additions) 2015-03-20 12:13:20 -04:00
Lars Buitinck 6668adfc95 DOC numpydoc convention for Bunch-returning functions
Also cap lines at 80 chars, remove trailing spaces.

As suggested by @jnothman at
https://github.com/scikit-learn/scikit-learn/pull/3316/files#r14269818
2014-07-13 16:50:27 +02:00
Ilambharathi Kanniah 5972f5a907 DOC return types in datasets.lfw 2014-07-13 11:55:59 +02:00
John 99f14e2998 adding conditional import to lfw.py for python3 support 2014-05-15 22:04:55 -04:00
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
Brooke Osborn 2eddb1a29f BUG fix whitespace in error messages
Partial fix for #2380.

Signed-off-by: Lars Buitinck <L.J.Buitinck@uva.nl>
2013-08-26 17:02:52 +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
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Andreas Mueller a1d4d184fe COSMIT pep8 2013-04-02 13:30:55 +02:00
Steven De Gryze 4d1d8b9edd PY3: changing None to 0 to ensure comparability in py3 2013-03-19 18:02:52 +01:00
Steven De Gryze 5993ef5082 PY3: use b() convenience function for string literals
Had to use an exception in lfw.py; six.u didn't work
2013-03-19 17:57:02 +01:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Olivier Grisel 5f4ca06734 FIX: make LFW data shapes consistent with Olivetti faces 2012-02-11 13:58:33 +01:00
GaelVaroquaux 1694a8f2d8 ENH: use joblib compression in datasets
The 20news + olivetti + species + lfw datasets go from ~ 750M to 370M
2012-01-07 17:08:22 +01:00
Lars Buitinck 19705d40ce COSMIT use urlretrieve and "with" syntax in LFW module
Reverts c953f1c99b.
2011-12-12 12:32:46 +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