Closed guillaume-chevalier closed 8 months ago
Idea: have everything we need to store be in the Hyperparams Repo, but by changing the evaluation metrics on the selected head (or output) we could do things properly. Thus, it'd be easy to reuse trials across various runs.
Idea: Run 3 AutoML loops in parallel: one that optimizes metric A, the other metric B, and the third metric A*B, using the same shared hyperparameter repository.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.
Is your feature request related to a problem? Please describe. https://stackoverflow.com/questions/67035671/is-it-possible-to-combine-multiple-pipeline-into-single-estimator-in-neuraxle-or
Describe the solution you'd like Ability to separate heads' optimization buy either running different AutoML loops within one pipeline, or else by allowing the optimization of multiple heads within one AutoML run using various metrics
Describe alternatives you've considered Separating pipelines and assembling them afterwards
Additional context See Stack Overflow thread