-
Notifications
You must be signed in to change notification settings - Fork 86
make default params available to serde #167
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
make default params available to serde #167
Conversation
Ah, wasn't testing with --all-features... Needs more work. |
77b295d
to
1e85bee
Compare
Codecov Report
@@ Coverage Diff @@
## development #167 +/- ##
===============================================
+ Coverage 84.40% 84.51% +0.10%
===============================================
Files 86 86
Lines 9921 9944 +23
===============================================
+ Hits 8374 8404 +30
+ Misses 1547 1540 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Rebased to pickup the seed params from the other PRs, and implemented defaults for all Enums for serde. |
* Complete grid search params (#166) * grid search draft * hyperparam search for linear estimators * grid search for ensembles * support grid search for more algos * grid search for unsupervised algos * minor cleanup * Lmm/add seeds in more algorithms (#164) * Provide better output in flaky tests * feat: add seed parameter to multiple algorithms * Update changelog Co-authored-by: Luis Moreno <morenol@users.noreply.github.com> * add seed param to search params (#168) * make default params available to serde (#167) * add seed param to search params * make default params available to serde * lints * create defaults for enums * lint Co-authored-by: morenol <22335041+morenol@users.noreply.github.com> Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
* add seed param to search params * make default params available to serde * lints * create defaults for enums * lint
Implements #165 for all algorithms.