Guillaume Lemaitre
e430f6e127
MAINT change the default solver in QuantileRegressor ( #27943 )
2023-12-12 17:01:54 +01:00
Olivier Grisel
87e69087c5
CI/FIX Enable numpy dev in scipy-dev build and fix Bayesian linear models for numpy 2 compat ( #27899 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-12-04 15:54:17 +00:00
Guillaume Lemaitre
ae2c80a210
MAINT remove normalize parameter and subsequent clean-up ( #27855 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-12-04 14:29:06 +00:00
Guillaume Lemaitre
289326704e
MAINT remove option penalty='none' in LogisticRegression ( #27857 )
2023-11-27 23:37:46 +01:00
Olivier Grisel
45b25f0774
TST stability problem for test_logistic_regressioncv_class_weights ( #27649 )
2023-11-23 20:49:54 +01:00
Guillaume Lemaitre
78249441d8
DOC improve the documentation of Perceptron ( #27789 )
2023-11-20 14:57:08 +01:00
John Hopfensperger
6d273cb1df
MAINT Make logistic if statement more explicit ( #27809 )
...
Co-authored-by: s-banach <john@hopfensperger.family>
2023-11-20 11:35:47 +01:00
Guillaume Lemaitre
c36ab3a6f3
DOC remove default parameter values for private function in logistic module ( #27787 )
2023-11-16 11:23:44 +01:00
Lucy Liu
926671b25b
FIX improve warning message in `_ensure_sparse_format` ( #27757 )
2023-11-14 11:12:56 +01:00
Martin Larralde
4d6f1c875d
DOC Fix reference to MultiTaskLassoCV in MultiTaskLasso ( #27575 )
2023-10-23 14:43:32 +02:00
Omar Salman
35efc0558b
FEA Add metadata routing to LarsCV and LassoLarsCV ( #27538 )
2023-10-10 09:17:26 +00:00
Omar Salman
92264415c8
FEA Add metadata routing to models that inherit from LinearModelCV ( #27478 )
2023-10-10 10:06:30 +02:00
Stefanie Senger
0aa8932934
FEA Add metadata routing to OrthogonalMatchingPursuitCV ( #27500 )
...
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-10-09 12:42:50 +00:00
Christian Lorentzen
dda6337b2c
ENH scaling of LogisticRegression loss as 1/n * LinearModelLoss ( #26721 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-10-06 23:49:37 +02:00
Guillaume Lemaitre
286f0c9d17
DOC fixes references issues given by sphinx ( #27432 )
2023-10-03 20:25:29 +02:00
Kushan Sharma
3aa1054263
DOC Add link to Early Stopping example in Gradient Boosting ( #27025 )
...
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-09-29 08:55:10 +02:00
Adrin Jalali
59d5236724
MNT SLEP6: raise NotImplementedError for meta-estimators not supporting metadata routing ( #27389 )
2023-09-25 13:50:18 +00:00
Tialo
9faa522753
DOC Fixed some typos ( #27410 )
2023-09-19 12:35:02 +02:00
Tialo
ea3e1764cb
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_logistic.py` ( #27210 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 21:24:24 +00:00
Tialo
1eb35b5b76
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_sag.py` ( #27206 )
2023-09-13 22:11:18 +02:00
Tialo
fd2e5c2e95
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_huber.py` ( #27211 )
2023-09-13 21:35:43 +02:00
Yao Xiao
b60ee07cab
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_base` ( #27225 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 19:23:29 +02:00
Yao Xiao
d1cff3a3f4
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_coordinate_descent` ( #27226 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 14:23:04 +00:00
Yao Xiao
44ef9759ba
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_sparse_coordinate_descent` ( #27237 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 13:17:39 +00:00
Yao Xiao
2b01832c7a
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_ridge` ( #27235 )
2023-09-13 17:33:59 +05:00
Yao Xiao
718b19fe40
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_quantile` ( #27228 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-09-13 14:24:36 +02:00
Yao Xiao
03b3accde1
TST Extend tests for `scipy.sparse/*array` in `sklearn/linear_model/tests/test_ransac` ( #27233 )
2023-09-13 14:12:02 +02:00
Xiao Yuan
a0bdf60f5e
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_passive_aggressive.py` ( #27273 )
2023-09-11 20:02:14 +02:00
Christian Lorentzen
8ed76c7470
MAINT cython typedefs in _cd_fast ( #27334 )
2023-09-11 17:37:40 +02:00
IsaacTrost
952f4805e6
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_perceptron.py` ( #27160 )
2023-08-28 11:15:18 +02:00
Nurseit Kamchyev
7ad70909cf
TST Extend tests for `scipy.sparse.*array` in `sklearn/linear_model/tests/test_linear_loss.py` ( #27133 )
...
Signed-off-by: Nurseit Kamchyev <bncer.ml@gmail.com>
2023-08-23 18:17:57 +02:00
Loïc Estève
1b9bb5391d
MNT Remove misleading comment ( #27115 )
2023-08-21 14:05:45 +02:00
avm19
80c39a4966
FIX NumPy DeprecationWarning in a rare branch of _lars_path_solver ( #27079 )
...
Co-authored-by: avm19 <52547519avm19@users.noreply.github.com>
2023-08-20 12:16:00 +02:00
Loïc Estève
ff49a916a2
MNT Remove DeprecationWarning for scipy.sparse.linalg.cg tol vs rtol argument ( #26814 )
2023-08-18 13:53:11 +02:00
Adrin Jalali
36c5073601
MNT (SLEP6) remove other_params from provess_routing ( #26909 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-27 17:43:45 +00:00
Malte Londschien
507095b265
DOC Specify primal/dual formulation in LogisticRegression ( #26294 )
2023-07-25 15:13:04 +02:00
Adrin Jalali
4e679023eb
CLN clean up some repeated code related to SLEP006 ( #26836 )
...
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
2023-07-17 15:26:41 +05:00
Omar Salman
02d20c1851
ENH Add routing to LogisticRegressionCV ( #26525 )
...
Co-authored-by: Omar Salman <omar.salman@arbisoft>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-07-14 19:00:35 +02:00
Mateusz Sokół
702316c271
ENH Array API support for PCA ( #26315 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-13 16:58:06 -05:00
Julien Jerphanion
dfd299b19e
MAINT Remove soon-to-be deprecated scipy.sparse functions ( #26751 )
2023-07-12 18:34:01 +02:00
Søren Fuglede Jørgensen
57dde82f7c
DOC fix description of tolerance in OMP ( #26823 )
2023-07-12 18:13:36 +02:00
Guillaume Lemaitre
5d145bf760
DOC fixes intersphinx warnings ( #26779 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
Loïc Estève
7437d9522a
MNT clean up old scipy sparse.linalg.cg fallback code ( #26813 )
2023-07-10 11:01:32 -04:00
Jiawei Zhang
d5a354605a
MAINT Parameters validation for lars_path_gram ( #26380 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-07 17:17:15 -04:00
Jiawei Zhang
34446739df
MAINT Parameters validation for sklearn.linear_model.lars_path ( #26381 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-07-06 10:42:46 -04:00
Jérémie du Boisberranger
8abf66361f
MAINT fix cython 3 compilation errors ( #26771 )
2023-07-06 15:13:08 +02:00
Jiawei Zhang
70f72c69ec
MAINT Parameters validation for sklearn.linear_model.lasso_path ( #26378 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2023-06-30 17:40:38 +02:00
Jiawei Zhang
4772ea8043
MAINT Parameters validation for sklearn.linear_model.enet_path ( #26379 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2023-06-30 15:15:49 +00:00
Jiawei Zhang
81f62ab202
MAINT Parameters validation for sklearn.linear_model.orthogonal_mp_gram ( #26382 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-06-29 16:32:33 +02:00
Yao Xiao
2b0b11a1d9
MAINT Parameters validation for sklearn.linear_model.ridge_regression ( #26250 )
...
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2023-06-28 14:13:31 +00:00