File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ New features
3333Changes
3434-------
3535
36+ - The estimator returned by :func: `tabular_learner ` now uses spline encoding of
37+ datetime features when the supervised learner is not a model based on decision
38+ trees such as random forests or gradient boosting. :pr: `1264 ` by
39+ :user: `Guillaume Lemaitre <glemaitre> `.
40+
3641- The "distribution" tab of the ``TableReport `` now stacks cards horizontally to avoid adding
3742 vertical space.
3843 :pr: `1259 ` by :user: `Gaël Varoquaux <gaelvaroquaux> `
@@ -46,15 +51,7 @@ Changes
4651Bug fixes
4752---------
4853- :class: `StringEncoder ` now works correctly in presence of null values.
49- :pr: `1248 ` by :user: `Gaël Varoquaux <gaelvaroquaux> `
50-
51- - The estimator returned by :func: `tabular_learner ` now uses spline encoding of
52- datetime features when the supervised learner is not a model based on decision
53- trees such as random forests or gradient boosting. :pr: `1264 ` by
54- :user: `Guillaume Lemaitre <glemaitre> `.
55-
56- Bug fixes
57- ---------
54+ :pr: `1224 ` by :user: `Jérôme Dockès <jeromedockes> `.
5855
5956- The :meth: `TableVectorizer.get_feature_names_out ` method now works when used in a
6057 scikit-learn pipeline by exposing the `input_features ` parameter.
You can’t perform that action at this time.
0 commit comments