scikit-learn/sklearn/linear_model
MechCoder f79ac7c187 MAINT: Remove deprecation warnings in enet_path and lasso_path 2014-12-27 00:47:32 +01:00
..
tests MAINT: Remove deprecation warnings in enet_path and lasso_path 2014-12-27 00:47:32 +01:00
__init__.py ENH: Improvements in the Theil-Sen regressor 2014-09-24 22:58:29 +02:00
base.py FIX #2986: ZeroDivisionError in LinearRegression on sparse data 2014-11-14 12:51:43 +01:00
bayes.py DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
cd_fast.c OPT: Prevent iterating across n_features twice 2014-09-10 10:24:20 +02:00
cd_fast.pyx OPT: Prevent iterating across n_features twice 2014-09-10 10:24:20 +02:00
coordinate_descent.py MAINT: Remove deprecation warnings in enet_path and lasso_path 2014-12-27 00:47:32 +01:00
least_angle.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
logistic.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
omp.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
passive_aggressive.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
perceptron.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
randomized_l1.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
ransac.py ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
ridge.py various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
setup.py asgd is added 2014-07-24 14:45:44 +02:00
sgd_fast.c FIX clip SGD gradient on linear models for stability 2014-11-25 13:33:36 +01: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 Merge pull request #3931 from dsullivan7/cwwarn 2014-12-12 14:57:37 +01:00
theil_sen.py ENH: sample without replacement 2014-10-13 16:28:28 +02:00