Commit Graph

17 Commits

Author SHA1 Message Date
Guillaume Lemaitre 4c33ea2ee0 [MRG+1] EHN/DOC Make error msg about Memory more explicit (#8865) 2017-05-17 22:51:16 +10:00
Ping-Yao, Chang f952e4355c [MRG+1] add docs that C can receive array in RandomizedLogisticRegression (#6537)
* doc: state that parameter C can receive an array

* add more details in doc, and check the dim of C

* doc: state that parameter C can receive an array

* add more details in doc, and check the dim of C

* a little modification

* minor modifications and make line length less than 79 characters

* remove the backslash and correct typos

* meet PEP8's E128 requirement

* use .format and add a test
2017-02-18 07:38:11 +01:00
giorgiop 140a5acda8 MAINT depr of center_data, normalize in linear_model 2016-02-17 14:26:50 -05:00
Jiali Mei 85223b9bcc a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
Raghav R V cd2ee7e454 MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
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