scikit-learn/sklearn/linear_model
Nicolas Hug 5c5635feb7 MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
..
tests MNT Remove warning in logistic regression cv scoring (#15184) 2019-10-18 18:55:25 +02:00
__init__.py DOC reorganize API Ref of linear models (#15115) 2019-10-08 16:57:43 +02:00
base.py MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
bayes.py DOC Fix warnings about references and links (#14976) 2019-09-23 11:49:08 -04:00
cd_fast.pyx BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
coordinate_descent.py TST Adding multi-output checks to common tests (#13392) 2019-10-01 14:20:11 +02:00
huber.py MAINT Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
least_angle.py TST Adding multi-output checks to common tests (#13392) 2019-10-01 14:20:11 +02:00
logistic.py MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
omp.py DOC Link items explictly (#14817) 2019-09-05 11:37:05 +02:00
passive_aggressive.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
perceptron.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
ransac.py DOC reorganize API Ref of linear models (#15115) 2019-10-08 16:57:43 +02:00
ridge.py DOC Minor fixes for parameter documentation in ridge (#14453) 2019-10-08 16:52:10 +02:00
sag.py MAINT Common sample_weight validation (#14307) 2019-07-19 11:23:30 -04:00
sag_fast.pyx.tp MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
setup.py FIX Lazy cython import for pytest to work without cython 2019-05-29 15:05:00 -04:00
sgd_fast.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
sgd_fast.pyx MNT Make utils.weight_vector and utils.seq_dataset private (#15225) 2019-10-13 14:36:57 +02:00
sgd_fast_helpers.h LogisticRegression convert to float64 (for SAG solver) (#13243) 2019-02-27 11:14:29 +01:00
stochastic_gradient.py DOC Fix tiny punctuation mistake in doc of SGDClassifier (#15135) 2019-10-04 20:50:29 -04:00
theil_sen.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00