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

Hyperparameter tuning #309

Open
shyamcody opened this issue Jan 11, 2021 · 3 comments
Open

Hyperparameter tuning #309

shyamcody opened this issue Jan 11, 2021 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@shyamcody
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Recently I saw a review of this library where the user suggested that we should include hyperparameter tuning. I do realize it will increase the train time significantly, but it does sound like a good feature.

Describe the solution you'd like
Optional parameter to tune the hyperparameters of the models while being fitted lazyclassifier or lazyregressor. We definitely need #114 and #65 to be implemented before this to efficiently run the operation. We will need to look into efficient parallel processing and threading also to reduce the overall time.
Additional context
Full review of the library which is motivation for this issue can be seen here.

@brendalf brendalf added the enhancement New feature or request label Feb 6, 2021
@brendalf brendalf added this to the 0.3.0 milestone Feb 6, 2021
@mpmic
Copy link

mpmic commented Jul 20, 2022

This sounds like a really good feature to have, since most models have different parameters, and handling hyperparameter tuning within lazypredict would save a lot of time!

@BradKML
Copy link

BradKML commented Oct 18, 2022

Isn't this issue and #345 related and that tuning can be done through validation nudging? Alternatively what ither forms of non-carpet-search based tuning are there (e.g. Bayesian, Halving, Optuna, HyperOpt)

@BradKML
Copy link

BradKML commented Oct 17, 2024

Need to self-note that the original author tried to tell himself to add the feature #418
But also other people have tried to fork it to get it working again https://github.com/nityansuman/lazypredict-nightly

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

4 participants