You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on integrating DeepCAVE into the AutoML Benchmark developed by Gijsbers et al. (2024). From my understanding, I need to modify and extend the record class to achieve this. However, I would greatly appreciate any guidance or suggestions on where exactly to integrate these changes within the AutoML Benchmark repository (https://github.com/openml/automlbenchmark).
Thank you very much for your help!
Best regards,
Anna
The text was updated successfully, but these errors were encountered:
the first question would be why you would want to integrate DeepCAVE with the AutoML Benchmark. The AutoML Benchmark by Gijsbers et al. is a software framework for running different AutoML systems on a predefined benchmark suite. In AutoML Benchmark there is no common notion / data structure for representing a search space nor for the run history that has been seen over time.
My aim is not to compare different AutoML frameworks but to analyze the behavior of a single framework under varying time constraints which is a major requirement in the Automl Benchmark by Gijsbers.
I want to integrate DeepCAVE to study how the search space is explored over time and how the cost (or loss) evolves as the optimization progresses as illustrated in the attached screenshot (Lindauer et al., 2019). My goals:
Analyze the optimization trajectory for one framework.
Evaluate how much additional runtime impacts performance improvements.
Identify under-explored regions of the search space.
This analysis is particularly useful for tasks like:
Determining the ideal runtime budget for specific datasets (which are in my case financial datasets and not predefined suite)
Understanding whether the optimization is stagnating or still yielding gains with more time.
Hello, :)
I am currently working on integrating DeepCAVE into the AutoML Benchmark developed by Gijsbers et al. (2024). From my understanding, I need to modify and extend the record class to achieve this. However, I would greatly appreciate any guidance or suggestions on where exactly to integrate these changes within the AutoML Benchmark repository (https://github.com/openml/automlbenchmark).
Thank you very much for your help!
Best regards,
Anna
The text was updated successfully, but these errors were encountered: