scikit-learn/sklearn/linear_model
Mathieu Blondel 5e3ea55706 Add Perceptron. 2012-01-29 02:34:12 +09:00
..
sparse COSMIT pep8 2012-01-23 10:02:01 +01:00
tests Add Perceptron. 2012-01-29 02:34:12 +09:00
__init__.py Add Perceptron. 2012-01-29 02:34:12 +09:00
base.py Add Perceptron. 2012-01-29 02:34:12 +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 Missing docstring in ElasticNet and Lasso. 2012-01-18 21:33:51 +09:00
least_angle.py FIX: py3k's zip is not subscriptable 2011-12-29 09:54:08 +01:00
logistic.py Remove CoefSelectTransformerMixin and use SelectorMixin instead. 2012-01-25 18:04:27 +09:00
omp.py FIX: issue #540, make omp robust to empty solution 2012-01-09 00:45:55 +02:00
perceptron.py Add Perceptron. 2012-01-29 02:34:12 +09: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 Add Perceptron. 2012-01-29 02:34:12 +09:00
sgd_fast.pxd Add Perceptron. 2012-01-29 02:34:12 +09:00
sgd_fast.pyx Add Perceptron. 2012-01-29 02:34:12 +09:00
sgd_fast_sparse.c Add Perceptron. 2012-01-29 02:34:12 +09:00
sgd_fast_sparse.pyx Add Perceptron. 2012-01-29 02:34:12 +09:00
stochastic_gradient.py Add Perceptron. 2012-01-29 02:34:12 +09:00