We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Scikit-learn estimators, and subclasses, have a mechanism to link to the help page (the question mark on the display):
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.
The text was updated successfully, but these errors were encountered:
@glemaitre had started working on that in #1051
Sorry, something went wrong.
Whoops. I did not remember this one. I'll try to go back to it :)
No branches or pull requests
Scikit-learn estimators, and subclasses, have a mechanism to link to the help page (the question mark on the display):

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.
The text was updated successfully, but these errors were encountered: