scikit-learn/sklearn/linear_model
Vlasovets 819c43cc7a
DOC correct behavior of precompute with sparse input (#19348)
2021-02-04 14:56:15 +01:00
..
_glm DOC Add log-link to Gamma and Poisson Regressor (#19287) 2021-01-29 08:18:04 +01:00
tests FIX Don't overwrite input sample_weight in LogisticRegression (#19182) 2021-02-01 21:15:36 +01:00
__init__.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00
_base.py MRG Deprecates 'normalize' in LinearRegression (_base.py) (#17743) 2021-01-22 14:57:23 +01:00
_bayes.py FIX add attributes X_offset_ and X_scale_ in ARDRegression needed in predict (#18607) 2020-10-28 08:04:44 +01:00
_cd_fast.pyx MNT Fix TODO comment referring to Cython version not sklearn (#18880) 2020-11-23 14:51:14 -05:00
_coordinate_descent.py DOC correct behavior of precompute with sparse input (#19348) 2021-02-04 14:56:15 +01:00
_huber.py DOC Fix docstring for default value in linear_model/_huber_loss_and_g… (#18297) 2020-08-31 12:47:04 +02:00
_least_angle.py DOC Update docs guideline regarding docstring formatting (#18243) 2021-01-08 12:55:53 -05:00
_logistic.py FIX Don't overwrite input sample_weight in LogisticRegression (#19182) 2021-02-01 21:15:36 +01:00
_omp.py DOC for n_nonzero_coefs_ attribute in OrthogonalMatchingPursuit (#18756) 2020-11-05 14:11:04 +00:00
_passive_aggressive.py DOC clarify docstrings + fixes links to references in linear models (#19282) 2021-01-27 23:26:47 +01:00
_perceptron.py FIX Add l1_ratio to set regularization with elasticnet penalty in Perceptron (#18622) 2020-11-02 11:52:54 +01:00
_ransac.py [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
_ridge.py DOC Fix cross-validation wording in RidgeCV (#19121) 2021-01-05 19:19:15 -08:00
_sag.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_sag_fast.pyx.tp MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +02:00
_sgd_fast.pxd MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +02:00
_sgd_fast.pyx TST add py_loss for tests in _sgd_fast.pyx (#18924) 2020-12-03 15:03:24 +01:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py ENH Adds n_features_in_ checks to linear and svm modules (#18578) 2021-01-02 22:42:08 +01:00
_theil_sen.py FIX Fixes TheilSenRegressor with fit_intercept=False and one feature (#18121) 2020-10-09 18:29:59 +02:00
setup.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00