Olivier Grisel
|
279388d9ed
|
DOC Improve get_feature_names_out docstrings (#22718)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2022-03-07 13:02:12 -05:00 |
Jérémie du Boisberranger
|
34f9dbf541
|
MNT Clean fixes and compat for old versions of our dependencies (#22642)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
|
2022-03-02 11:32:06 +01:00 |
Pinky
|
cd87551a29
|
DOC Ensures that SplineTransformer passes numpydoc validation (#21248)
* Remove SplineTransformer from DOCSTRING_IGNORE_LIST
* Fix numpydocs from SplineTransformer
|
2021-10-07 12:32:10 +02:00 |
Juan Martin Loyola
|
5ea46a5fba
|
DOC Ensures that PolynomialFeatures passes numpydoc validation (#21239)
|
2021-10-05 12:01:19 +02:00 |
Dimitri Papadopoulos Orfanos
|
f71c031314
|
DOC Typos found by codespell (#21069)
|
2021-09-17 19:04:54 +02:00 |
Thomas J. Fan
|
4abd9f2d9e
|
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
|
2021-09-07 10:56:57 +02:00 |
Thomas J. Fan
|
786c4e5e39
|
DOC Adds feature_names_in_ to docstrings (#20787)
|
2021-08-26 13:44:45 +02:00 |
mlondschien
|
3a3f1bed10
|
ENH Allow `sample_weight` in `SplineTransformer.fit` method (#20526)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-07-21 16:36:52 +02:00 |
Thomas J. Fan
|
3ae7c76153
|
STY Enables black with experimental_string_processing=true (#20412)
|
2021-06-29 09:47:04 +02: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 |
Christian Lorentzen
|
bb2de70a17
|
ENH add minimal degree support to PolynomialFeatures (#20250)
|
2021-06-26 13:03:35 +02:00 |
Thomas J. Fan
|
81dde3a6e5
|
STY Ensures that "flake8 ." works (#20298)
|
2021-06-18 15:46:40 +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 |
Thomas J. Fan
|
8e26b0c2a2
|
STY Minor style changes to prepare for black (#20265)
|
2021-06-15 15:43:42 +02:00 |
Jérémie du Boisberranger
|
28bc843d88
|
MNT deprecate n_input_features_ in PolynomialFeatures (#20240)
|
2021-06-11 18:20:24 +02:00 |
Guillaume Lemaitre
|
1cd282d600
|
DOC add n_features_in_ in the documentation (#20236)
|
2021-06-09 16:58:03 +02:00 |
mlondschien
|
778125645f
|
Allow `n_knots=None` if knots are explicitly specified in `SplineTransformer` (#20191)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
|
2021-06-07 16:45:22 +02:00 |
naozin555
|
67f6a5c6d9
|
Add missing link to user guide in PolynomialFeatures API documentation (#20146)
|
2021-05-27 13:44:21 +02:00 |
Tom Dupré la Tour
|
f6e6ad2d9e
|
MNT clean futurewarning for 1.0 | _deprecate_positional_args (#20002)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2021-05-14 11:30:27 -04:00 |
Frederick Robinson
|
bc7cd3189b
|
ENH more efficient _num_combinations calculation in PolynomialFeatures (#19734)
|
2021-04-02 10:30:03 +02:00 |
Avi Gupta
|
ca9618c0e2
|
MNT move PolynomialFeatures from _data.py to _polynomial.py (#19611)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
|
2021-03-18 14:58:51 +01:00 |
mlondschien
|
95b7c680ab
|
ENH Add periodic extrapolation to SplineTransformer (#19483)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
|
2021-03-17 13:46:45 +01:00 |
mlondschien
|
f0a6f054e0
|
FIX bug in SplineTransformer.n_features_out_ (#19577)
|
2021-02-27 13:09:43 +01:00 |
Christian Lorentzen
|
27f1c737f2
|
FEA Add SplineTransformer (#18368)
|
2021-01-24 10:53:27 +01:00 |