Skip to content

Commit 29b2ba4

Browse files
authored
fix changelog (skrub-data#1270)
1 parent bf40b98 commit 29b2ba4

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ New features
3333
Changes
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
4651
Bug 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.

0 commit comments

Comments
 (0)