Commit Graph

48 Commits

Author SHA1 Message Date
Christian Lorentzen 20c8e69d0f
API deprecate multi_class in LogisticRegression (#28703)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 14:48:25 +02:00
Guillaume Lemaitre 03bea9a110
DOC mention ot put mixin on the left in developer guide (#28924) 2024-05-02 16:20:06 +02:00
James McDermott 7e9e9bebc0
DOC clarifies description of Transformer API (#27901) 2023-12-04 14:37:27 +01:00
James McDermott 34c46d4ffb
DOC Remove "filtering" from the description of Transformer API (#27900) 2023-12-04 12:45:37 +01:00
Riccardo Cappuzzo 458c55827a
ENH improve visual HTML estimator representation (#26616)
Co-authored-by: ines.ibnukhsein <ines.ibnukhsein@dataiku.com>
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Ines <ines-99@ukr.net>
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Tim Head <betatim@gmail.com>
2023-10-25 08:38:12 +02:00
Kushan Sharma 150ff34e85
[MRG] DOC add __sklearn_is_fitted__ example (#26618)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-07-17 14:17:45 +05: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
Tim Head d29f78e50f
ENH Add common Array API tests and estimator tag (#26372)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-06-13 17:45:47 +01:00
Ralf Gommers d926ff130f
MAINT remove np.product and inf/nan aliases in favor of canonical names (#25741) 2023-03-02 10:52:07 +01:00
Thomas J. Fan 3f82f84059
ENH Introduces the __sklearn_clone__ protocol (#24568) 2023-01-19 17:40:16 +01:00
Thomas J. Fan a923f9e9c7
FIX Calls super().init_subclass in _SetOutputMixin (#24863) 2022-11-10 09:48:40 +01:00
Thomas J. Fan 1dc23d7a1a
ENH Makes OneToOneFeatureMixin and ClassNamePrefixFeaturesOutMixin public (#24688)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-10-18 23:20:17 +02:00
Thomas J. Fan d4306ba9aa
DOC Improve docstring around set_output (#24672)
* DOC Improve docstring around set_output

* DOC Improve docs around set_output

* DOC Address comments

* DOC Better grammar

* DOC Improve wording

* DOC Improves docstring in set_config
2022-10-18 16:38:50 -04:00
Jérémie du Boisberranger 6818c9baec
MAINT Clean deprecation for 1.2: load_boston follow-up (#24653)
* remove load_boston references from the docs

* iter

* update poor_score
2022-10-13 17:31:36 +02:00
Thomas J. Fan 2a6703d9e8
ENH Introduces set_output API for pandas output (#23734)
* Introduces set_output API for all transformers

* TransformerMixin inherits from _SetOutputMixin

* Adds tests

* Adds whatsnew

* Adds example on using set_output API

* Adds developer docs for set_output
2022-10-13 00:19:12 +02:00
Rahil Parikh 607eb69638
DOC improve estimator set_params documentation (#23816) 2022-07-07 18:20:51 +02:00
Loïc Estève 1650347857
DOC fix links with broken anchor (#23611) 2022-06-14 16:51:01 +02:00
Logan Thomas f16c987592
DOC: various spellcheck and typos (#23093) 2022-04-12 10:53:27 +02:00
matjansen 8b2d137ec2
DOC: fix typo (#22994) 2022-03-30 13:23:18 +02:00
Julien Jerphanion 613773db11
TST Add minimal setup to be able to run test suite on float32 (#22690)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
2022-03-17 14:25:17 +01:00
Guillaume Lemaitre 229bd226ab
MNT remove _pairwise attribute (#21594) 2022-02-09 16:58:01 +01:00
Jérémie du Boisberranger 266400e60d
DOC Fix doc regarding required_parameters (#19725) 2021-03-19 16:44:08 -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
Guillaume Lemaitre 255718b4ad
introduce _safe_tags for estimator not inheriting from BaseEstimator (#18797)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-12-02 11:18:53 +01:00
Thomas J. Fan 02fa8f1adb
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
Guillaume Lemaitre 21569e719c
TST Common test preserve dtype (#18054)
Co-authored-by: Sebastian Kießling <sebkies@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-09-08 10:13:53 +02:00
Guillaume Lemaitre 9007dc237c
DOC improve documentation of get/set params (#18285)
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
2020-08-31 12:05:53 -04:00
Oleh Kozynets 7cecdf8ab0
DOC fixes style in develop.rst to follow documentation guideline (#18191)
Co-authored-by: Oleh Kozynets <olehkss@github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-08-20 13:33:41 +02:00
JeroenPeterBos d1d32bff28
DOC Fix model parameter not added to self in GaussianNoise (#17613) 2020-06-16 11:11:57 -07:00
Roman Yurchak 29f83f83f2
DOC Fix parametrize_with_checks link (#17263) 2020-05-18 17:39:00 +02:00
Nicolas Hug b0cd595536
MNT Ignore xfail_checks tag in check_estimator, with warning (#17222)
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-05-15 13:30:28 -04:00
Nicolas Hug fc0041546a
Deprecate class support for check_estimator (#17032)
and parametrize_with_checks
2020-04-28 00:15:52 +02:00
Nicolas Hug 089c8a17a1
[MRG] MNT requires_y tag with y=None validation (#16622) 2020-04-22 22:41:45 +10:00
Nicolas Hug 6973096a0f
DOC details on the use of xfail_checks (#16968) 2020-04-20 17:31:18 +02:00
Nicolas Hug 2d03d781a9
MNT simplify xfail check marking logic (#16949)
Co-Authored-By: Roman Yurchak <rth.yurchak@gmail.com>
2020-04-17 13:44:09 -04:00
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Samuel Duan 17e6c6bf14
DOC remove backticks in plain text in developer guide (#16521) 2020-02-22 09:43:17 +01:00
Roman Yurchak 1c1f273d10
ENH XFAIL in common tests with estimator tags (#16502) 2020-02-20 22:28:54 +01:00
Ankit810 962ee7807a
DOC Mark tag multioutput as being used (#16363) 2020-02-02 12:09:33 +01:00
Sebastian Kießling 83985e9fe8
DOC Sort estimator tags in alphabetical order (#16334) 2020-01-31 08:48:15 -05:00
gholdman1 fe7edc3660
Fix typos in doc/developers/develop.rst (#16162) 2020-01-29 17:34:42 +01:00
Adrin Jalali a89d4a5457 DOC add clear default values to estimator tags (#16168) 2020-01-21 14:19:06 -05:00
Siddharth Gupta a847cdebd6 DOC Correct numpy link in Coding Guidelines page (#16049) 2020-01-08 12:01:33 +01:00
Thomas J Fan 0a7adef005 MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
Chiara Marmo bfdf2ad428 DOC Fix some sphinx warnings (#14967) 2019-09-12 22:42:22 +02:00
Andreas Mueller 8c4d1e9226 DOC add missing import of parametrize_with_checks (#14938) 2019-09-09 13:52:57 -04:00
Thomas J Fan d9a12aa0a9 ENH Disassemble check estimator (#14381) 2019-08-28 09:07:28 +03:00
arpanchowdhry dc1175962d DOC Separate documentation for contributing and developing estimators in to different files #14582 (#14611) 2019-08-26 23:45:19 -04:00