Commit Graph

28 Commits

Author SHA1 Message Date
Albert Villanova del Moral 7e545e1724
DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
Albert Villanova del Moral 647fcb1ac1
DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
Albert Villanova del Moral 875d32fe55
DOC Fix versionadded/versionchanged for 0.24 (#18312) 2020-09-01 10:51:01 +02:00
Sunitha Selvan ae7667ce22
DOC mention LOOCV instead of GCV in RidgeCV (#18154) 2020-08-18 11:32:21 +02:00
Marijn van Vliet fd653f8f3e
ENH Add alpha_per_target parameter to RidgeCV (#6624)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-08-06 12:24:53 -04:00
Nicolas Hug 1dedc7e6a8
[MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
Saurabh Jain 00bc681e10
DOC shorten class links in docstring using tilde (#17470)
* added tilde to bunch of files

* Updated _kde.py

Changed array_like to array-like

* Updated _kde.py

Removed space

* updated _kde.py

Added full stop

* PEP8

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 10:44:13 +02:00
Roman Yurchak 8feb04524c
Common check for sample weight invariance with removed samples (#17176)
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
2020-06-04 00:30:01 +02:00
Roman Yurchak 818e16a1ea Revert "Common check for sample weight invariance with removed samples (#16507)"
This reverts commit 77279d6b3e.
2020-05-10 17:05:01 +02:00
Roman Yurchak 77279d6b3e
Common check for sample weight invariance with removed samples (#16507)
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
2020-05-10 15:41:53 +02:00
Bharat Raghunathan 0c0b834d11
DOC detail fit_intercept docstring (#17096) 2020-05-01 08:32:01 -04:00
Adrin Jalali dc0cc6e9be
[MRG] API kwonly args in impute, inspection, kernel_ridge (#16926)
, and linear_model
2020-04-19 22:58:47 +02:00
Alex Henrie 438bb3a438
MNT Remove unused imports (#16665) 2020-03-11 10:01:51 +11:00
Alexandre Gramfort 60b8fb221b
TST add test of fit attributes (#16286) 2020-03-04 13:52:13 +01:00
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Nicolas Hug e61fc6cdd1
DOC Fix alpha param of ridge estimators (#16288) 2020-01-29 13:32:16 -05:00
Tirth Patel 40f668c038 MNT replace self.solver with solver in _ridge.py (#16054) 2020-01-09 20:11:21 +11:00
Marie Douriez ceed3eb490 DOC improve random_state docsting in _ridge and small clean-up (#15728) 2020-01-08 16:57:54 +01:00
Venkatachalam N 730d1e726b [MRG] BUG fix RidgeClassifierCV to accept custom score (#14848)
* handle_clf_ridgeGCV

* included test case

* undo_lambda_rm

* crtd_commet

* check_y

* include_comp_proba

* fix_format

* added more comment for is_clf condtn

* adding param is_clf

* adding super

* format fixes

* init params

* moving param 2 inint

* using is_classifier

* removing super

* ENH do not allocate local arrays in Ridge*CV of store_cv_vales is False

* add whats new

* TST check multiple metrics for RidgeCV

* linting

* update whats new

* missing doc when solving conflict

* missing doc

* style

* correct whats new

* fix

* address agramfort comments

* fix

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-01-06 21:35:28 +01:00
@nkish 86b4636935 DOC Fix default values in Perceptron documentation (#15965) 2019-12-26 12:43:10 +01:00
Hanmin Qin c7fccc697e DOC Correct best_score_ docstring in RidgeCV (#15859) 2019-12-11 11:22:51 +01:00
Guillaume Lemaitre a07974b3c0 FIX add best_score_ to Ridge*CV estimators (#15655) 2019-12-10 20:29:55 +01:00
Guillaume Lemaitre 54da2f00fc ENH do not allocate local arrays in Ridge*CV of store_cv_values is False (#15652) 2019-12-09 22:21:34 +08:00
Christian Lorentzen 004426ab53 ENH Consistent checks for sample weights in linear models (#15530) 2019-11-15 21:26:09 +01:00
lbfin 53b2578764 DOC Improve RidgeClassifier docstring with numpydoc (#15466) 2019-11-02 20:12:55 +01:00
Nicolas Hug 3b374cc64a [MRG] DOC for RidgeClassifier (#15164) 2019-10-30 15:36:23 +01:00
Andreas Mueller a91bae74aa MNT Add estimator check for not calling __array_function__ (#14702) 2019-10-24 16:42:10 -04:00
Thomas J Fan 0a7adef005 MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00