scikit-learn/sklearn/linear_model
Hirofumi Suzuki 91badfab66
DOC Format docstrings in _coordinate_descent.py (#16285)
2020-01-30 16:25:18 -05:00
..
tests ENH add warning for pandas sparse Dataframe in check_array (#16021) 2020-01-27 12:30:55 +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 Format docstrings in _coordinate_descent.py (#16285) 2020-01-30 16:25:18 -05:00
_huber.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
_least_angle.py MNT remove more deprecations for 0.23 (#15860) 2020-01-13 13:43:50 +01:00
_logistic.py DOC Add missing backquote in LogisticRegression docstring (#16106) 2020-01-13 11:18:03 +01:00
_omp.py MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
_passive_aggressive.py DOC ensure all attributes are documented for PassiveAggressiveClassifier (#16272) 2020-01-29 15:06:59 +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 Fix alpha param of ridge estimators (#16288) 2020-01-29 13:32:16 -05: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