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

AutoML Pipeline – Hyperparameter Search #15856

Closed
Tracked by #15854
sebhrusen opened this issue Oct 23, 2023 · 0 comments · Fixed by #16040
Closed
Tracked by #15854

AutoML Pipeline – Hyperparameter Search #15856

sebhrusen opened this issue Oct 23, 2023 · 0 comments · Fixed by #16040
Assignees
Milestone

Comments

@sebhrusen
Copy link
Contributor

Sub-issue of #15854

The pipeline model being just another model, we must be able to apply HPO on this kind of model as well.
This is necessary in the context of AutoML which makes heavy use of Random Search currently, and Bayesian Optimization soon.

** Requirements **
Some of the transformations in the pipeline model may also have hyperparameters, the search support must therefore provide a mechanism to search indiscriminately on transformer's parameters and on the predictive model parameters.

@sebhrusen sebhrusen self-assigned this Oct 23, 2023
@sebhrusen sebhrusen added this to the 3.46.0.1 milestone Oct 23, 2023
@sebhrusen sebhrusen linked a pull request Jan 29, 2024 that will close this issue
sebhrusen added a commit that referenced this issue Feb 12, 2024
* grid pipeline support

* added generic search failure handling method to Model Params

* fix hyperparameter setting from schema

* fix NPE

* fix alpha warnings + HyperSpaceWalkerTest
mn-mikke added a commit that referenced this issue Feb 27, 2024
valenad1 added a commit that referenced this issue Mar 8, 2024
valenad1 added a commit that referenced this issue Mar 11, 2024
* Revert "GH-15857: cleanup legacy TE integration in ModelBuilder and AutoML (#16061)"

This reverts commit a8f309b.

* Revert "GH-15857: AutoML pipeline support (#16041)"

This reverts commit 17fa9ee.

* Revert "GH-15856: Grid pipeline support (#16040)"

This reverts commit b7ac670.

* Revert "GH-15855: core pipeline API (#16039)"

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

Successfully merging a pull request may close this issue.

1 participant