scikit-learn/scikits/learn/linear_model
Fabian Pedregosa ec8edb63e8 I won't import scipy.sparse globally.
I won't import scipy.sparse globally.
I won't import scipy.sparse globally.
I won't import scipy.sparse globally.
I won't import scipy.sparse globally.
...
2011-04-01 17:32:58 +02:00
..
sparse Refactoring in svm module. 2011-03-30 16:06:49 +02:00
tests pep8 + oliviers remarks 2011-03-21 09:25:42 +01:00
__init__.py Fix 20newsgroup example. 2011-01-20 23:25:34 +09:00
base.py I won't import scipy.sparse globally. 2011-04-01 17:32:58 +02:00
bayes.py do not precompute explained_variance_ in linear model: can be too costly: use r2_score when needed instead 2010-12-12 02:56:15 +01:00
cd_fast.c API : maxit replaced by max_iter everywhere 2010-12-11 23:14:55 -05:00
cd_fast.pyx API : maxit replaced by max_iter everywhere 2010-12-11 23:14:55 -05:00
coordinate_descent.py API : maxit replaced by max_iter everywhere 2010-12-11 23:14:55 -05:00
least_angle.py fix LassoLARS docstring 2011-02-24 17:52:27 -05:00
logistic.py Refactoring in svm module. 2011-03-30 16:06:49 +02:00
ridge.py Do not import scipy.sparse globally. 2011-03-09 10:26:58 +01:00
setup.py Deleted code is debugged code. 2011-02-24 11:39:50 +01:00
sgd_fast.c Sample weights for SGDClassifier. 2011-03-15 19:58:56 +01:00
sgd_fast.pxd More rename in the sgd module. 2010-12-01 11:38:28 +01:00
sgd_fast.pyx Sample weights for SGDClassifier. 2011-03-15 19:58:56 +01:00
sgd_fast_sparse.c Sample weights for SGDClassifier. 2011-03-15 19:58:56 +01:00
sgd_fast_sparse.pyx Sample weights for SGDClassifier. 2011-03-15 19:58:56 +01:00
stochastic_gradient.py pep8 + oliviers remarks 2011-03-21 09:25:42 +01:00