Skip to content

Commit 11b8e18

Browse files
committed
changelog
1 parent 889cf75 commit 11b8e18

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Ongoing development
1111

1212
New Features
1313
------------
14-
- :meth:`TableReport.dict` now allows exporting the report data as a Python dictionary. :pr:`2188` by :user:`m4nn2609-dot <m4nn2609-dot>`.
14+
- :meth:`TableReport.dict` now allows exporting the report data as a Python
15+
dictionary. :pr:`2188` by :user:`m4nn2609-dot <m4nn2609-dot>`.
1516
- New methods :meth:`SkrubLearner.get_named_params` and
1617
:meth:`SkrubLearner.set_named_params` allow getting and setting the outcomes for
1718
choices contained in the DataOp, keyed by choice name. It provides a more
@@ -57,6 +58,11 @@ New Features
5758
- Added :func:`skrub.selectors.object` to select columns with the ``object``
5859
(pandas) or ``pl.Object`` (polars) dtype. :pr:`2171` by :user:`Omkar Kabde
5960
<omkar-334>`.
61+
- :meth:`ParamSearch.plot_results` and :meth:`OptunaParamSearch.plot_results`
62+
accept new parameters ``show_scores``, ``show_choices``, and ``show_times`` to
63+
control respectively which scores, choices (params), and times (fit or score
64+
durations) should be included in the figure. :pr:`2202` by :user:`Jérôme
65+
Dockès <jeromedockes>`.
6066

6167
Changes
6268
-------

0 commit comments

Comments
 (0)