scikit-learn/sklearn/linear_model
Fabian Pedregosa 9ad829b307 Merge pull request #1914 from fabianp/ridge_svd
MRG - Add SVD-based solver to ridge regression.
2013-06-06 03:12:54 -07:00
..
tests Merge pull request #1914 from fabianp/ridge_svd 2013-06-06 03:12:54 -07:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
base.py fixed typo 2013-05-07 17:47:07 +02:00
bayes.py BUG Add lambda_ attribute to ARDRegression after fit 2013-04-15 22:58:41 +02:00
cd_fast.c COSMIT various typofixes 2013-04-11 21:22:14 +02:00
cd_fast.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
coordinate_descent.py fix incorrect reference 2013-05-22 11:25:11 +02:00
least_angle.py DOC return_path argument, prettier references 2013-05-05 14:38:31 +02:00
logistic.py BUG: set random state in LogisticRegression 2013-05-21 17:15:38 +02:00
omp.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
passive_aggressive.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
perceptron.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00
randomized_l1.py DOC Fix references to missing examples 2013-05-22 11:13:59 +02:00
ridge.py Merge pull request #1914 from fabianp/ridge_svd 2013-06-06 03:12:54 -07:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
sgd_fast.pyx Fix L2 regularization order in sgd_fast 2013-05-28 20:16:49 +02:00
stochastic_gradient.py ENH Create FeatureSelectionMixin for shared [inverse_]transform code 2013-05-21 13:53:12 +10:00