scikit-learn/sklearn/linear_model
Andreas Mueller 207cc74659 DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
..
sparse Add decision_function to ElasticNet. 2012-01-10 16:22:05 +09:00
tests FIX: issue #540, make omp robust to empty solution 2012-01-09 00:45:55 +02:00
__init__.py COSMIT: pep8 2011-12-15 17:24:53 +01:00
base.py Add decision_function to ElasticNet. 2012-01-10 16:22:05 +09:00
bayes.py COSMIT: Class docs don't have a 'Methods' section. It is autogenerated. 2011-12-22 19:44:14 +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: restructure docstring of ElasticNet. 2012-01-10 17:30:37 +01:00
least_angle.py FIX: py3k's zip is not subscriptable 2011-12-29 09:54:08 +01:00
logistic.py DOCs workaround for docutils bug (column alignment problem) 2012-01-08 21:20:24 +01:00
omp.py FIX: issue #540, make omp robust to empty solution 2012-01-09 00:45:55 +02:00
ridge.py DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
setup.py COSMIT pep8 whitespaces 2011-11-20 21:24:11 +01:00
sgd_fast.c DOC rm References sections in docstrings 2011-12-21 18:05:22 +01:00
sgd_fast.pxd Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
sgd_fast.pyx DOC rm References sections in docstrings 2011-12-21 18:05:22 +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 set coef_ to fortran layout after fit - this will enhance the test time performance for predicting singe data points. 2012-01-09 09:06:21 +01:00