scikit-learn/sklearn/linear_model
Rüdiger Busche d300f406ae MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
..
tests MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
__init__.py MNT simple deprecations and removals for 0.21 (#12238) 2018-10-11 14:56:37 -04:00
base.py MNT Used scipy.special.expit for the inverse of the logit function (#12931) 2019-01-08 18:35:19 +11:00
bayes.py FIX Bayesian ridge regression: returned values to match last update (#12174) 2019-01-10 21:36:03 +11:00
cd_fast.pyx MNT Use `fmax` when finding the maximum (#12005) 2018-09-05 17:11:00 +08:00
coordinate_descent.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
huber.py MNT Remove unused variables (#12230) 2018-10-22 12:48:40 +11:00
least_angle.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
logistic.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
omp.py FIX make joblib utils private, and remove mentions of externals.joblib (#12345) 2018-11-20 10:53:52 +11:00
passive_aggressive.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
perceptron.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
ransac.py [MRG] DOC Examples added to the rest of linear models (#11975) 2018-09-12 17:47:42 +10:00
ridge.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
sag.py [MRG] Add elastic net penalty to LogisticRegression (#11646) 2018-11-21 20:23:57 -05:00
sag_fast.pyx [MRG] Add elastic net penalty to LogisticRegression (#11646) 2018-11-21 20:23:57 -05:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
sgd_fast.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
sgd_fast.pyx [MRG] Crash when using SGDClassifier with early stopping in a parallel grid search (#12122) 2018-09-26 12:04:11 +02:00
sgd_fast_helpers.h FIX #3566: redefine isfinite alias in sklearn 2014-08-31 14:59:23 +01:00
stochastic_gradient.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
theil_sen.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00