Commit Graph

31 Commits

Author SHA1 Message Date
jakirkham b3c177cf2c [MRG] MNT: Optionally skip another input check in ElasticNet, Lasso (#11487) 2018-07-27 13:41:14 +02:00
Andreas Mueller eec7649236 MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
Arthur Imbert 89962f0c5b [MRG+1] _preprocess_data consistent with fused types (#9093)
* add test for _preprocess_data and make it consistent

* fix pep8

* add doc, cast systematically y in X.dtype and update test_coordinate_descent.py

* test if input values don't change with copy=True

* test if input values don't change with copy=True #2

* fix doc

* fix doc #2

* fix doc #3
2017-06-23 20:33:11 +05:30
giorgiop 140a5acda8 MAINT depr of center_data, normalize in linear_model 2016-02-17 14:26:50 -05:00
giorgiop 1d16ec4718 tests sample_weights linearreg, ridge 2015-11-10 22:08:26 +01:00
Andreas Mueller e3ff540991 COSMIT don't use the deprecated residuals property of ols 2015-11-01 22:13:54 -05:00
Sonny Hu a88f6ecf9d add sample_weight into LinearRegression 2015-08-13 14:32:07 -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
Andreas Mueller 6beacc3fb6 remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
Andreas Mueller e3f94351f2 TST Silence some tests. 2015-01-29 17:24:41 -05:00
Olivier Grisel 54f483aafa FIX #2986: ZeroDivisionError in LinearRegression on sparse data 2014-11-14 12:51:43 +01:00
akshayah3 c57e6ed6c7 PEP8 fixes 2014-09-19 20:10:29 +05:30
akshayah3 da646701f9 Added seperate tests 2014-09-19 19:06:29 +05:30
akshayah3 ef7169afd7 Added tests 2014-09-19 16:56:30 +05:30
Joel Nothman a786e12ace TST/COSMIT tests/comments for [sparse]center_data
Also removes sparse_std which was redundant
2014-03-30 22:07:48 +11:00
Manoj-Kumar-S 8ff19bd4bd Preserve CSR storage format when input is CSR in sparse_center_data 2014-03-22 23:19:22 +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
Mathieu Blondel f65efcf8eb More use sklearn.utils.testing.
My model is training :)
2012-10-25 21:21:22 +09:00
Olivier Hervieu d0b20f0a21 FIX inconsistent coef_.shape in LinearRegression
Should fix issue #652.
2012-05-15 15:30:08 +02:00
flyingimmidev f20995006d BugFix, matrix was not flagged as sparse. 2012-03-10 21:23:34 +01:00
flyingimmidev d4a6ebd21e pep8 errors fixed 2012-03-07 21:12:22 +01:00
flyingimmidev c987520266 spelling 2012-03-06 23:04:05 +01:00
flyingimmidev 5a2f016614 consistency 2012-03-06 22:59:15 +01:00
flyingimmidev c55214c411 fixed spelling error
data set generators used instead of custom data sets
2012-03-06 22:55:17 +01:00
flyingimmidev 2a52d97afb Test added for multiple-outcome:
- linear regression 
- sparse linear regression
2012-03-06 21:07:39 +01:00
Andreas Mueller 070007fd88 COSMIT pep8 2012-01-08 20:12:40 +01:00
GaelVaroquaux 96dcaf7226 ENH: Make LinearRegression work with sparse
Fixes #533
2012-01-05 23:00:03 +01:00
Andreas Mueller 78fa279dc6 COSMIT more pep8 2011-11-28 23:55:33 +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