scikit-learn/scikits/learn/linear_model
Mathieu Blondel 958b7dfc90 Reverse coef_ in Ridge. 2011-07-08 04:16:07 +09:00
..
sparse typo: interation/iteration + re-Cythonize cd_fast.pyx 2011-05-22 20:26:47 +02:00
tests Reverse coef_ in Ridge. 2011-07-08 04:16:07 +09:00
__init__.py Exposed ridge_regression in linear_model init.py 2011-06-28 10:41:27 +03:00
base.py Reverse coef_ in Ridge. 2011-07-08 04:16:07 +09:00
bayes.py typo: interation/iteration + re-Cythonize cd_fast.pyx 2011-05-22 20:26:47 +02:00
cd_fast.c typo: interation/iteration + re-Cythonize cd_fast.pyx 2011-05-22 20:26:47 +02:00
cd_fast.pyx typo: interation/iteration + re-Cythonize cd_fast.pyx 2011-05-22 20:26:47 +02:00
coordinate_descent.py ENH: Lasso and LassoCV: fit params -> class params 2011-06-18 09:21:27 +02:00
least_angle.py BUG: LassoLARS: X: modified during the normalization 2011-06-19 20:15:44 +02:00
logistic.py pep8 2011-05-16 21:52:06 -04:00
ridge.py Reverse coef_ in Ridge. 2011-07-08 04:16:07 +09:00
setup.py Deleted code is debugged code. 2011-02-24 11:39:50 +01:00
sgd_fast.c changed semantics of LossFunction.dloss. 2011-05-11 16:25:37 +02:00
sgd_fast.pxd SGD module supports two additional learning rates: constant and inverse scaling. 2011-05-04 17:20:17 +02:00
sgd_fast.pyx changed semantics of LossFunction.dloss. 2011-05-11 16:25:37 +02:00
sgd_fast_sparse.c changed semantics of LossFunction.dloss. 2011-05-11 16:25:37 +02:00
sgd_fast_sparse.pyx changed semantics of LossFunction.dloss. 2011-05-11 16:25:37 +02:00
stochastic_gradient.py cosmit: pep8 2011-05-04 20:14:54 +02:00