scikit-learn/sklearn/linear_model
Sarat Addepalli 7898d6b801 DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
..
tests [MRG] BUG fix RidgeClassifierCV to accept custom score (#14848) 2020-01-06 21:35:28 +01:00
__init__.py MNT Removed deprecated logistic_regression_path (#15791) 2019-12-04 12:24:10 -05:00
_base.py DOC Follow doc guideline for LinearRegression docstring (#15988) 2020-01-03 12:00:38 +01:00
_bayes.py ENH Consistent checks for sample weights in linear models (#15530) 2019-11-15 21:26:09 +01:00
_cd_fast.pyx MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_coordinate_descent.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_huber.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
_least_angle.py MNT Replace DeprecationWarning with FutureWarning (#15080) 2019-10-29 15:39:26 +01:00
_logistic.py DOC improve random_state docstring in _logistic.py (#15729) 2020-01-08 15:47:22 +01:00
_omp.py MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_passive_aggressive.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_perceptron.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_ransac.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_ridge.py DOC improve random_state docsting in _ridge and small clean-up (#15728) 2020-01-08 16:57:54 +01:00
_sag.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_sag_fast.pyx.tp MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_sgd_fast.pxd MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_sgd_fast.pyx MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +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 DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
_theil_sen.py DOC improve random_state docstrings in the linear_model module (#11900) 2020-01-08 17:09:33 +01:00
setup.py BLD lazy import of tempita to avoid cython dependency (#15313) 2019-10-25 14:42:18 +02:00