8000 API documentation: flag critical model hyperparameters · Issue #20176 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

API documentation: flag critical model hyperparameters #20176

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

Closed
UnixJunkie opened this issue Jun 1, 2021 · 2 comments
Closed

API documentation: flag critical model hyperparameters #20176

UnixJunkie opened this issue Jun 1, 2021 · 2 comments

Comments

@UnixJunkie
Copy link
Contributor

Describe the issue linked to the documentation

Some models have many parameters.
Some of those parameters are very important, some others much less so.
While sklearn provides sound defaults usually, it would be nice
if a potential user sees right away which parameters must
be optimized in order to get a significantly better model.

Suggest a potential alternative/fix

For example, in RandomForestsRegressor (and Classifier), n_trees
is a critical parameter (while I have no idea for the other ones, honestly).

In linearSVR, C is a critical parameter (epsilon is not, in my experience).

Let's define a way to tag such parameters in the documentation, and let expert users
tag the critical parameters for models they have experience working with.

@UnixJunkie
Copy link
Contributor Author

related to #17929

@NicolasHug
Copy link
Member
NicolasHug commented Jun 1, 2021

As you noted this will mainly be resolved by #17566 and related PRs so I'll close this one to avoid duplicates.

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

No branches or pull requests

2 participants
0