scikit-learn/sklearn/linear_model
vstolbunov ebd5dbc68a Fixed syntax and combined two test functions 2015-09-15 12:40:08 -04:00
..
tests Fixed syntax and combined two test functions 2015-09-15 12:40:08 -04:00
__init__.py ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
base.py ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
bayes.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
cd_fast.c ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
cd_fast.pyx Bugfix : type in cd changed for read only memmap compatibility 2015-07-31 12:12:40 +02:00
coordinate_descent.py DOC Make cv documentation consistent across our codebase 2015-09-10 09:15:13 +05:30
least_angle.py Merge pull request #5238 from rvraghav93/cvdoc 2015-09-13 13:29:27 -04:00
logistic.py Fixed syntax and combined two test functions 2015-09-15 12:40:08 -04:00
omp.py DOC Make cv documentation consistent across our codebase 2015-09-10 09:15:13 +05:30
passive_aggressive.py add class_weight to PA cls, remove from PA reg 2015-06-06 08:57:17 -07:00
perceptron.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
randomized_l1.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
ransac.py changed format string in no inliers exception to be 2.6 compatible 2015-07-11 20:35:32 -05:00
ridge.py Merge pull request #5238 from rvraghav93/cvdoc 2015-09-13 13:29:27 -04:00
sag.py minor fixes to the doc build 2015-09-11 17:32:51 -04:00
sag_fast.c ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
sag_fast.pyx ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
setup.py Adding Implementation of SAG 2015-09-10 13:27:04 -04:00
sgd_fast.c ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
sgd_fast.pxd ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
sgd_fast.pyx Small typo fix in the comments: "whther" --> "whether" 2014-12-20 21:28:28 -05:00
sgd_fast_helpers.h FIX #3566: redefine isfinite alias in sklearn 2014-08-31 14:59:23 +01:00
stochastic_gradient.py ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
theil_sen.py fix TheilSenRegressor input validation, LassoLarsIC input validation 2015-07-31 10:34:39 -04:00