File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ Ongoing development
1111
1212New 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
6167Changes
6268-------
You can’t perform that action at this time.
0 commit comments