scikit-learn/sklearn/linear_model
Vinayak Mehta c6d420ee5f Modified docs 2015-03-30 01:38:17 +05:30
..
tests MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
__init__.py ENH: Improvements in the Theil-Sen regressor 2014-09-24 22:58:29 +02:00
base.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
bayes.py make check_array convert object to float. 2015-02-15 12:13:41 -05:00
cd_fast.c FIX : avoid unecessary computation sparse dual gap 2015-01-04 22:18:19 +01:00
cd_fast.pyx FIX : avoid unecessary computation sparse dual gap 2015-01-04 22:18:19 +01:00
coordinate_descent.py DOC remove sphinx warnings when generating the doc 2015-03-18 15:49:30 +01:00
least_angle.py fix LarsCV and LassoLarsCV fails for numpy 1.8.0 2015-03-19 20:47:54 -07:00
logistic.py Modified docs 2015-03-30 01:38:17 +05:30
omp.py fix ompcv on old scipy versions 2015-03-18 10:25:01 -04:00
passive_aggressive.py change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
perceptron.py change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
randomized_l1.py make check_array convert object to float. 2015-02-15 12:13:41 -05:00
ransac.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
ridge.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04: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 remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
theil_sen.py ENH: sample without replacement 2014-10-13 16:28:28 +02:00