scikit-learn/sklearn/linear_model
Manoj Kumar cb591e1d3e Merge pull request #5225 from MechCoder/fix_overflow
[MRG + 1] Add numerically stable softmax function to utils.extmath
2015-09-09 11:47:35 -04:00
..
tests MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
__init__.py ENH: Improvements in the Theil-Sen regressor 2014-09-24 22:58:29 +02:00
base.py Merge pull request #5182 from MechCoder/predict_proba_fix 2015-08-30 21:44:11 +01:00
bayes.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
cd_fast.c Bugfix : type in cd changed for read only memmap compatibility 2015-07-31 12:12:40 +02: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 test for accepted sparse matrices 2015-08-26 22:00:55 -04:00
least_angle.py docstrings updated with considerations regarding small alphas when positive=True. 2015-08-28 13:12:52 +09:00
logistic.py Add numerically stable softmax function to utils.extmath 2015-09-08 17:04:52 -04:00
omp.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
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 #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +01: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 DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
theil_sen.py fix TheilSenRegressor input validation, LassoLarsIC input validation 2015-07-31 10:34:39 -04:00