Commit Graph

14 Commits

Author SHA1 Message Date
Guillaume Lemaitre 229bd226ab
MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01:00
Thomas J. Fan 383b53fa91
FIX Uses code literals in deprecated to prevent linking (#20410)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-28 15:49:19 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Guillaume Lemaitre 2218ec4622
MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-12-18 16:09:19 +00:00
Thomas J. Fan 02fa8f1adb
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
Nicolas Hug b92455a6b2 MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
Hanmin Qin f9332d5601 add random_state (#9542) 2017-08-13 21:26:05 -07:00
Mathieu Blondel 7fa9b0edc0 Support sparse matrices in KernelRidge.
Fixes #4384.
2015-03-12 23:08:10 +09:00
Mathieu Blondel 5b577843f3 Remove singular matrix warning. 2015-01-18 11:55:48 +09:00
Jan Hendrik Metzen a2c8d1214a TEST Use make_regression instead of make_classification when testing kernel_ridge 2015-01-18 11:01:44 +09:00
Jan Hendrik Metzen 6011193b8a MINOR Fixed typo in test name (test_kernel_ridge_singular_kernel) 2015-01-18 11:01:44 +09:00
Jan Hendrik Metzen ff1ec8d963 REFACTOR Using lstsq rather than manual pinv in _solve_cholesky_kernel 2015-01-18 11:01:44 +09:00
Jan Hendrik Metzen a67899f175 TEST Extending tests for kernel_ridge
* Testing more precomputed kernels
* Testing sample_weights and comparing to Ridge
2015-01-18 11:01:43 +09:00
Jan Hendrik Metzen 0db77c23b8 TEST Added tests for KernelRidge based on @mblondel's code in lightning 2015-01-18 11:01:42 +09:00