Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jeremiedbb
Copy link
Member

@jeremiedbb jeremiedbb commented Sep 10, 2025

Currently the parameter table of the outermost meta-estimator may have a different font size, see the grid search vs logistic regression below
image

It happens because font-family is set on the sk-estimator class but the outermost meta-estimator is not. The most robust way seems to set the font-family on estimator-table.

ping @glemaitre

@jeremiedbb jeremiedbb added frontend Quick Review For PRs that are quick to review and removed module:utils labels Sep 10, 2025
Copy link

github-actions bot commented Sep 10, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 3d97107. Link to the linter CI: here

Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the rendering. It looks good.

Copy link
Member

@virchan virchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've compared the results on the Selecting dimensionality reduction with Pipeline and GridSearchCV example.

LGTM as well! Thanks, @jeremiedbb!

@glemaitre, could we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation frontend Quick Review For PRs that are quick to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants