scikit-learn/sklearn/linear_model
Sunitha Selvan ae7667ce22
DOC mention LOOCV instead of GCV in RidgeCV (#18154)
2020-08-18 11:32:21 +02:00
..
_glm DOC Add examples to linear_model.TweedieRegressor (#17516) 2020-06-07 10:09:53 -04:00
tests ENH Add alpha_per_target parameter to RidgeCV (#6624) 2020-08-06 12:24:53 -04:00
__init__.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00
_base.py FEA Add Nonnegative LinearRegression (#17578) 2020-08-06 08:30:24 -04: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 sparse_coef_ documentation for MultiTaskElasticNet and MultiTaskLasso (#17884) 2020-07-16 13:57:13 -04:00
_huber.py DOC Update default doc string values for linear_model (#17506) 2020-06-06 17:15:14 -04:00
_least_angle.py DOC add attribute active_ to LarsCV (#17886) 2020-07-22 00:39:12 +10:00
_logistic.py [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
_omp.py DOC Fix doc of defaults in sklearn.linear_model._omp.py (#18100) 2020-08-06 12:05:46 +02:00
_passive_aggressive.py DOC Update default doc string values for linear_model (#17506) 2020-06-06 17:15:14 -04:00
_perceptron.py DOC add missing attributes in several modules (#15521) 2020-06-18 11:18:23 +02:00
_ransac.py [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
_ridge.py DOC mention LOOCV instead of GCV in RidgeCV (#18154) 2020-08-18 11:32:21 +02:00
_sag.py DOC Fix doc of defaults in sklearn.linear_model._sag.py (#18098) 2020-08-06 11:53:33 +02: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 [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
_theil_sen.py DOC Fix doc of defaults in sklearn.linear_model._theil_sen (#18099) 2020-08-06 10:52:12 +02:00
setup.py ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00