scikit-learn/sklearn/linear_model
Alexandre Gramfort ed0584f12b Merge pull request #532 from amueller/grid_search_attributes
MRG Add underscores to estimated attributes in GridSearchCV and deprecation warnings.
2012-01-06 00:32:30 -08:00
..
sparse FIX two more underscores 2011-12-28 00:03:34 +01:00
tests ENH: Make LinearRegression work with sparse 2012-01-05 23:00:03 +01:00
__init__.py COSMIT: pep8 2011-12-15 17:24:53 +01:00
base.py FIX: sparse LinearRegression with scipy 0.7.0 2012-01-06 08:53:47 +01: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 COSMIT Indentation of formulars 2011-12-24 17:50:03 +01:00
least_angle.py FIX: py3k's zip is not subscriptable 2011-12-29 09:54:08 +01:00
logistic.py COSMIT make 'References' bold and minor other fixes. 2011-12-22 20:57:54 +01:00
omp.py FIX broken links to Rubinstein's K-SVD paper. 2012-01-05 11:22:26 +01:00
ridge.py ENH renamed best_estimator and best_score in examples and tests. 2012-01-05 23:35:33 +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 COSMIT: pep8 2011-12-15 17:24:53 +01:00