Skip to content

[ENH] update html parameter display to match scikit-learn style #503

Description

@AnimeshPatra2005

Related to sktime/sktime#9497.

scikit-learn has updated how they display parameters in the HTML display of estimators. scikit-base should be updated to match this, since scikit-base has its own html repr code.

Plan:

  • In the html repr module, replace the <pre> text block with a structured parameter table using get_params(deep=False)
  • Link parameter names to documentation via existing doc link infrastructure
  • Update CSS to style the table consistently

I will be working on this and submitting a PR.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions