scikit-learn/sklearn/linear_model
Gael varoquaux 4683779e60 DOC: add alpha_ to attributes of LassoLarsIC 2011-12-21 01:17:43 +01:00
..
sparse ENH : adding missing scale_C in docstring 2011-12-18 12:53:34 +01:00
tests More robust test for lars_path 2011-12-20 10:58:32 -05:00
__init__.py COSMIT: pep8 2011-12-15 17:24:53 +01:00
base.py ENH: in sgd classifier, check that parameter alpha is greater than zero 2011-11-24 09:44:12 +01:00
bayes.py COSMIT: pep8 2011-12-15 17:24:53 +01:00
cd_fast.c batch re-cythonization with version 0.15 and new package names 2011-09-03 13:28:32 +02:00
cd_fast.pyx Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
coordinate_descent.py DOC: make docstrings as good as I could 2011-12-20 01:13:49 +01:00
least_angle.py DOC: add alpha_ to attributes of LassoLarsIC 2011-12-21 01:17:43 +01:00
logistic.py merge master 2011-12-19 16:45:50 +01:00
omp.py Fix one-dimensional y in Gram OMP estimator 2011-11-16 23:42:19 +02:00
ridge.py STY: PEP 257 in ridge.py 2011-12-18 13:37:49 +01:00
setup.py COSMIT pep8 whitespaces 2011-11-20 21:24:11 +01:00
sgd_fast.c fix: sgd module clone issue w/ rho parameter 2011-11-15 21:06:32 +01:00
sgd_fast.pxd Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
sgd_fast.pyx fix: sgd module clone issue w/ rho parameter 2011-11-15 21:06:32 +01:00
sgd_fast_sparse.c fix: sgd module clone issue w/ rho parameter 2011-11-15 21:06:32 +01:00
sgd_fast_sparse.pyx fix: sgd module clone issue w/ rho parameter 2011-11-15 21:06:32 +01:00
stochastic_gradient.py COSMIT: pep8 2011-12-15 17:24:53 +01:00