@@ -22,7 +22,7 @@ New Features
2222- The reports produced by :meth: `DataOp.skb.full_report ` and
2323 :meth: `SkrubLearner.report ` now also display the values provided in the
2424 environment. :pr: `1920 ` by :user: `Jérôme Dockès <jeromedockes> `.
25- - :class: `SkrubLearner `, :class: `ParamSearch ` and :class: `OptunaSearch ` expose
25+ - :class: `SkrubLearner `, :class: `ParamSearch ` and :class: `OptunaParamSearch ` expose
2626 some more attributes for inspection by scikit-learn: ``__sklearn_tags__ ``,
2727 ``classes_ ``, ``_estimator_type ``. :pr: `1931 ` by :user: `Jérôme Dockès
2828 <jeromedockes> `.
@@ -54,10 +54,12 @@ Changes
5454 The default ``skrub_data `` folder can now be set in the skrub configuration and by setting
5555 the ``SKB_DATA_DIRECTORY `` environment variable. The environment variable ``SKRUB_DATA_DIRECTORY ``
5656 is deprecated and will be removed in a future version of skrub.
57- :pr: `1852 ` by :user: `Riccardo Cappuzzo<rcap107> `.
58- - :class: `core.SingleColumnTransformer ` and associated exception :class: `core.RejectColumn ` (used
59- internally by many skrub estimators) have been added to the public API, in the newly-created
60- :package: `skrub.core ` module. :pr: `1851 ` by :user: `Eloi Massoulié <emassoulie> `.
57+ :pr: `1852 ` by :user: `Riccardo Cappuzzo<rcap107> `. Examples in the gallery have
58+ been updated accordingly in :pr: `1940 ` and :pr: `1964 ` by :user: `MuditAtrey <MuditAtrey> `.
59+ - :class: `~skrub.core.SingleColumnTransformer ` and associated exception
60+ :class: `~skrub.core.RejectColumn ` (used internally by many skrub estimators) have
61+ been added to the public API, in the newly-created ``skrub.core `` module.
62+ :pr: `1851 ` by :user: `Eloi Massoulié <emassoulie> `.
6163- Added the strings ``"None" `` and ``"none" `` to the list of null string values in
6264 :class: `Cleaner `. Also, exposed the list of null string values that will be set
6365 to null by the :class: `Cleaner ` as the parameter ``null_strings ``.
@@ -72,7 +74,7 @@ Changes
7274 or an instance of the :class: `Selector `.
7375 :pr: `1976 ` by :user: `Lisa McBride <lisaleemcb> `.
7476- The overplotting of the counts atop the vertical histogram bars in the
75- :class: ' TableReport' has been removed due to formatting issues.
77+ :class: ` TableReport ` has been removed due to formatting issues.
7678 :pr: `1984 ` by :user: `Lisa McBride<lisaleemcb> `.
7779
7880Bug Fixes
@@ -87,18 +89,10 @@ Bug Fixes
8789 ``return_indices=True ``. Now it returns the train and test indices of each
8890 fold in the ``train_indices `` and ``test_indices `` columns of the result
8991 dataframe. :pr: `1953 ` by :user: `Jérôme Dockès <jeromedockes> `.
90- - :class: ` CheckInputDataFrame ` no longer collects Polars LazyFrames automatically ;
91- a ``TypeError `` is now raised instead, consistent with the rest of the library .
92+ - Polars LazyFrames are no longer collected automatically anywhere in the library ;
93+ a ``TypeError `` is now raised instead.
9294 :pr: `1941 ` by :user: `Mudit Atrey <MuditAtrey> `.
93- - :func: `fetch_employee_salaries ` now correctly writes the train and test
94- split CSV files to their respective paths when ``split `` is specified.
95- :pr: `1964 ` by :user: `MuditAtrey <MuditAtrey> `.
9695
97- Documentation
98- -------------
99- - Updated gallery examples to load datasets from their file paths using
100- ``pd.read_csv() ``, following the pattern established in :pr: `1852 `.
101- :pr: `1940 ` and :pr: `1964 ` by :user: `MuditAtrey <MuditAtrey> `.
10296
10397Release 0.7.2
10498=============
0 commit comments