scikit-learn/sklearn/linear_model
Gael Varoquaux 190abde442 Merge pull request #4881 from sonnyhu/weighted_least_squares
[MRG + 1] add sample_weight into LinearRegression
2015-08-30 16:35:00 +01:00
..
tests Merge pull request #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +01:00
__init__.py ENH: Improvements in the Theil-Sen regressor 2014-09-24 22:58:29 +02:00
base.py Merge pull request #4881 from sonnyhu/weighted_least_squares 2015-08-30 16:35:00 +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 [MRG] [BUG] Pass penaly to the final logistic regression fit 2015-06-24 13:18:25 +05:30
omp.py MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 2015-06-08 16:37:03 +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 test for accepted sparse matrices 2015-08-26 22:00:55 -04: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