scikit-learn/sklearn/linear_model
Andriy bc82e19512
Fix a default value in Perceptron documentation (#22116)
Fix a default value of the `random_state` parameter in Perceptron documentation according to its default value in the code.
2022-01-03 08:58:50 +01:00
..
_glm DOC - Ensure that TweedieRegressor pass numpydoc validation (#21104) 2021-09-23 11:38:07 +02:00
tests ENH Preserving dtype for np.float32 in *DictionaryLearning, SparseCoder and orthogonal_mp_gram (#22002) 2021-12-30 12:16:41 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py FIX add support for multilabel classification in RidgeClassifier* (#19869) 2021-10-27 15:18:02 +02:00
_bayes.py DOC use backticks for n_samples and n_features in X docstring (#20914) 2021-09-02 13:35:03 +02:00
_cd_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_coordinate_descent.py DOC Fix precompute parameter docstring in Lasso (#21475) 2021-10-28 16:09:06 +02:00
_huber.py DOC Ensure HuberRegressor passes numpydoc validation (#21062) 2021-09-17 11:48:33 +02:00
_least_angle.py FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481) 2021-11-23 21:32:26 +01:00
_logistic.py FIX improve error message for large sparse matrix input in LogisticRegression (#21093) 2021-09-24 11:05:53 +02:00
_omp.py ENH Preserving dtype for np.float32 in *DictionaryLearning, SparseCoder and orthogonal_mp_gram (#22002) 2021-12-30 12:16:41 +01:00
_passive_aggressive.py DOC Ensures that PassiveAggressiveRegressor passes numpydoc validation (#21413) 2021-10-23 12:59:53 +02:00
_perceptron.py Fix a default value in Perceptron documentation (#22116) 2022-01-03 08:58:50 +01:00
_quantile.py DOC fix linear programming derivation comment in QuantileRegressor (#21952) 2021-12-17 15:55:28 +01:00
_ransac.py DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
_ridge.py MNT Add validation for parameter `alphas` in `RidgeCV` (#21606) 2021-12-01 18:56:21 +01:00
_sag.py DOC use Python float instead of C double (#21489) 2021-10-28 16:12:14 +02:00
_sag_fast.pyx.tp MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01: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 Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_sgd_fast_helpers.h MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_stochastic_gradient.py DOC SGDOneClassSVM docs like SGD classifier and SGD regressor (#21510) 2021-10-30 16:17:01 +02:00
_theil_sen.py DOC fix extra . between 1e-3 in TheilSenRegressor's docstring (#21623) 2021-11-12 10:45:25 +01:00
setup.py MAINT Improve source generation using `Tempita` (#20481) 2021-08-09 21:43:56 +02:00