Commit Graph

12 Commits

Author SHA1 Message Date
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 cdb9ef2d58 COSMIT prevent a copy in randomized LR
Also remove some superseded Py3 compat code.
2013-03-17 12:30:17 +01:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Mathieu Blondel f65efcf8eb More use sklearn.utils.testing.
My model is training :)
2012-10-25 21:21:22 +09:00
Lars Buitinck 60ae168464 COSMIT rm unused import 2012-10-16 14:36:49 +02:00
Andreas Mueller a06c367ba2 ENH sparse matrix support in randomized logistic regression 2012-10-16 14:34:48 +02:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Andreas Mueller 42114d98c3 FIX RandomizedLogisticRegression test import 2012-01-31 21:32:05 +01:00
Alexandre Gramfort b1ab2ce133 ENH : adding support for multiple regularization parameters in RandomizedLinearModel 2012-01-31 18:10:42 +01:00
Alexandre Gramfort 0af96c00cd STY: s/a/scaling + adding docstring 2012-01-31 18:06:15 +01:00
Alexandre Gramfort bcf80be3f4 FIX: fix test_randomized_logistic 2012-01-31 18:06:15 +01:00
Alexandre Gramfort f3423f8276 ENH : creating lasso_stability_path func + adding tests on randomized_l1 2012-01-31 18:06:14 +01:00