scikit-learn/sklearn/linear_model
Alex Henrie f35457f1fc
MNT Remove unnecessary assignments from LogisticRegression.fit (#18539)
2020-10-05 22:43:38 +02:00
..
_glm DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
tests DOC fixed linear_model._least_angle.py parameters consistency (#18062) 2020-08-21 15:14:05 +02: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 PERF Dot product optimizations using multi_dot (#17737) 2020-07-04 10:58:59 +02:00
_cd_fast.pyx Speedup MultiTaskLasso (#17021) 2020-05-02 10:11:07 +02:00
_coordinate_descent.py DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11: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 Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
_logistic.py MNT Remove unnecessary assignments from LogisticRegression.fit (#18539) 2020-10-05 22:43:38 +02:00
_omp.py FIX Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02: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 DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04: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 Passes global configuration when spawning joblib jobs (#17634) 2020-09-21 16:59:42 +02:00
setup.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00