scikit-learn/sklearn/linear_model
Gael Varoquaux 4b2304f05a Merge pull request #7261 from betatim/negative-scorers
[MRG + 2] Rename scorers like `mse` to `neg_mse`
2016-09-08 20:40:17 +02:00
..
tests Merge pull request #7261 from betatim/negative-scorers 2016-09-08 20:40:17 +02:00
__init__.py Huber regressor 2016-02-25 16:31:08 -05:00
base.py Modify v0.18 DeprecationWarning messages (#7067) 2016-07-28 12:44:33 -04:00
bayes.py MAINT depr of center_data, normalize in linear_model 2016-02-17 14:26:50 -05:00
cd_fast.pyx [MRG+2] Make `enet_coordinate_descent_gram` support fused types (#7218) 2016-08-29 15:59:06 +02:00
coordinate_descent.py DOC: minor docstring format fixed (#7249) 2016-08-26 11:50:53 +10:00
huber.py FIX make HuberRegressor tests stable under 32 bit Linux (#7196) 2016-08-17 15:50:34 +02:00
least_angle.py Fix docs links (#7005) 2016-07-27 16:58:25 -04:00
logistic.py fixed typo 2016-08-09 14:05:30 +09:00
omp.py Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
passive_aggressive.py Added more versions of 0.17 2015-11-04 00:02:52 +01:00
perceptron.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
randomized_l1.py Fix typos (#6942) 2016-06-27 18:13:49 +02:00
ransac.py Modify v0.18 DeprecationWarning messages (#7067) 2016-07-28 12:44:33 -04:00
ridge.py Fix doc refs to StratifiedKFold and KFold (#6936) 2016-06-28 09:22:05 +02:00
sag.py Fix typos (#6942) 2016-06-27 18:13:49 +02:00
sag_fast.pyx Fix typos (#6942) 2016-06-27 18:13:49 +02:00
setup.py Adding Implementation of SAG 2015-09-10 13:27:04 -04:00
sgd_fast.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
sgd_fast.pyx Fix typos (#6942) 2016-06-27 18:13:49 +02:00
sgd_fast_helpers.h FIX #3566: redefine isfinite alias in sklearn 2014-08-31 14:59:23 +01:00
stochastic_gradient.py DOC reference CalibratedClassifierCV in SGDClassifier.predict_proba (#7281) 2016-08-29 21:44:27 +10:00
theil_sen.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00