-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add table / dictionary for good parameter values #5004
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
Comments
I think this would be very handy for newcomers to an algoritgm. Also, I think the process of enumerating these will be revealing in itself, and remind us (and our users) that some parameters are dependent on sample size or number of features... In general we should remind users that "good grids" are applicable to e.g. centred, scaled features. |
Agreed, nice defaults could be a big benefit On Sun, Aug 2, 2015 at 9:47 PM, jnothman notifications@github.com wrote:
|
👍 |
Another source of hyperparameters and their values might be mlr |
ping @NoonienSoong |
I think the actual package for @mfeurer's parameters is here: See for example here: |
@NoonienSoong are you still interested in working on this? |
skll could also be a good resource: https://github.com/EducationalTestingService/skll |
maybe also at https://github.com/hyperopt/hyperopt-sklearn |
I think 's probably best if wait until #4294 is merged before adding the dict (in |
From discussions IRL, I feel |
+1 on what @rvraghav93 said. git moving the file later is no problem. |
I just saw that the reference to ParamSklearn from @amueller on the 19th of August points to my old repository; the up-to-date version is in my groups repository https://github.com/automl/paramsklearn/ |
I feel we should add good grids to search over for all estimators, both in the docs and as a dict.
I think a good source would be https://github.com/automl/auto-sklearn
and possibly carret.
The text was updated successfully, but these errors were encountered: