Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a SkrubEstimator to have docs in HTML display #1247

Open
GaelVaroquaux opened this issue Feb 25, 2025 · 2 comments
Open

Introduce a SkrubEstimator to have docs in HTML display #1247

GaelVaroquaux opened this issue Feb 25, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@GaelVaroquaux
Copy link
Member

Scikit-learn estimators, and subclasses, have a mechanism to link to the help page (the question mark on the display):
Image

When we subclass in skrub, we must indicate the logic to link to the docs (there is a subclassing mechanism, explained here: https://scikit-learn.org/dev/developers/develop.html#developer-api-for-html-representation).

We should introduce a SkrubEstimator that does this, and systematically inherit from it.

@GaelVaroquaux GaelVaroquaux added the enhancement New feature or request label Feb 26, 2025
@jeromedockes
Copy link
Member

@glemaitre had started working on that in #1051

@glemaitre
Copy link
Member

Whoops. I did not remember this one. I'll try to go back to it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants