Skip to content

Display all parameter values in a tabular for a tab of the notebook HTML repr of estimators #21266

Closed
@ogrisel

Description

@ogrisel

Describe the workflow you want to enable

I would to make it easy to quickly introspect the default hyperparameter values of scikit-learn estimator in a jupyter notebook session.

Describe your proposed solution

The HTML widget returned by BaseEstimator._repr_mimebundle_ could display a tab with a tabular rendering of the content of the estimator.get_params() method.

In the case of meta-estimators with complex diagrams, we could optionally have an option to display this only for a subestimator of interest but I have no particular UI suggestion in mind.

Additional context

Loosely related to #21240 which is about another improvement, this time for the text rendering of complex estimators.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions