Ekaterina Borovikova
|
4755ae76d2
|
DOC Add versionchanged and versionadded for v0.20 (#16199)
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
Co-Authored-By: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
2020-04-26 09:29:36 -04:00 |
Adrin Jalali
|
73813ea180
|
API make __init__ params in compose module kw-only (#16542)
* API make __init__ params in compose module kw-only
* pep8
* move * to after
|
2020-03-13 10:38:54 -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 |
lopusz
|
93776b9f52
|
DOC improve docstring following doc guide in module compose (#16416)
|
2020-02-20 15:58:25 +01:00 |
Adrin Jalali
|
0eebade264
|
DOC docstring (shape= -> of shape) (#14640)
|
2019-10-02 20:54:32 -04:00 |
Nicolas Hug
|
96c988cdde
|
MNT Make safe_indexing private (#15104)
|
2019-10-02 11:47:46 -04:00 |
Thomas Edwards
|
a8f2c98de7
|
DOC Improved the docstring of TransformedTargetRegressor (#14916)
|
2019-09-11 16:28:22 +02:00 |
Miguel Cabrera
|
a1f514f2e1
|
[MGR] TransformedTargetRegressor passes fit_params to regressor (#14890)
|
2019-09-06 12:26:04 +02:00 |
Andreas Mueller
|
03ea20db0f
|
Fix mixin inheritance order, allow overwriting tags (#14884)
|
2019-09-05 10:13:30 +02:00 |
Andreas Mueller
|
92af3dabbb
|
MAINT simplify check_is_fitted to use any fitted attributes (#14545)
|
2019-08-13 22:09:07 +02:00 |
Thomas J Fan
|
2e7e06b78f
|
[MRG] Doctest with print change only adjusts default options for doctest (#13991)
|
2019-06-01 10:53:45 +02:00 |
Andreas Mueller
|
ab2f539a32
|
API: Estimator tags (#8022)
|
2019-02-23 22:54:41 +01:00 |
Guillaume Lemaitre
|
c5075f5e46
|
MNT do not call fit twice in TransformedTargetetRegressor (#11641)
|
2019-02-03 10:07:44 +08:00 |
Joel Nothman
|
14764061f8
|
[MRG] DOC fix some sphinx warnings (#11241)
|
2018-06-21 20:43:21 +10:00 |
Joel Nothman
|
90a2c57951
|
EXA Move examples to examples/compose (#11216)
|
2018-06-11 15:06:21 +08:00 |
James Bourbeau
|
580a150b96
|
DOC Fixes code formatting in TransformedTargetRegressor docstring (#10950)
|
2018-04-12 08:44:08 +08:00 |
Loïc Estève
|
20661b5018
|
TST: only run doctests on numpy 1.14. (#10835)
Fix doctests due to numpy 1.14 formatting changes.
|
2018-03-27 07:44:40 +02:00 |
Hanmin Qin
|
95c76318a6
|
DOC Fix typo in TransformedTargetRegressor
|
2018-03-16 23:13:55 +08:00 |
Joel Nothman
|
b43fce5a49
|
MNT Add sklearn.compose and move TransformedTargetRegressor to it (#10719)
|
2018-03-16 21:27:03 +08:00 |