scikit-learn/sklearn/linear_model
Chiara Marmo 63d2bbf1ef
MNT Fix TODO comment referring to Cython version not sklearn (#18880)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-11-23 14:51:14 -05:00
..
_glm MNT Change MRO for Generalized Linear Models (#18614) 2020-10-14 09:59:13 -04:00
tests FIX make test_sag_regressor more robust [cd build] (#18777) 2020-11-06 19:15:23 +01:00
__init__.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00
_base.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02: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 Fix ref to MultiTaskElasticNetCV in MultiTaskElasticNet doc (#18814) 2020-11-11 17:55:29 -05: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 FIX removed redundant max_iter assignment in LassoLarsIC (#18597) 2020-10-12 15:09:23 +02:00
_logistic.py MNT Remove unnecessary assignments from LogisticRegression.fit (#18539) 2020-10-05 22:43:38 +02:00
_omp.py DOC for n_nonzero_coefs_ attribute in OrthogonalMatchingPursuit (#18756) 2020-11-05 14:11:04 +00:00
_passive_aggressive.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04: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 versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11: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 MNT Cleaner cythn cdef loss function in SGD (#17191) 2020-05-12 22:40:42 +02:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02: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