Abstract
Microsoft's ML.NET has proven to be a solid machine learning framework that is designed to reliably tackle common data science problem tasks. Since its release in 2018, this software library has enjoyed regular updates, performance improvements and a constantly expanding range of functionality. A relatively new extension is the Model Builder API (Microsoft AutoML) that strives to automatically train models by utilizing a variety of different hyperparameter tuning algorithms. In contrast to other frameworks for automated machine learning, among the provided mechanisms, evolutionary approaches like genetic algorithms or evolution strategies cannot be found, although they might have the potential to evolve optimal parameter configurations over time. Therefore, the aim of this paper is to extend Microsoft's AutoML API with evolutionary hyperparameter tuners and benchmarking them with the already existing algorithms based on different datasets.
Original language | German (Austria) |
---|---|
Title of host publication | 36th European Modeling and Simulation Symposium, EMSS 2024 |
Editors | Michael Affenzeller, Agostino G. Bruzzone, Emilio Jimenez, Francesco Longo, Antonella Petrillo |
Publisher | DIME UNIVERSITY OF GENOA |
ISBN (Electronic) | 979-12-81988-02-6 |
DOIs | |
Publication status | Published - 2024 |
Event | 36th European Modeling and Simulation Symposium, EMSS 2024 - Santa Cruz de Tenerife, Tenerife, Spain Duration: 18 Oct 2023 → 20 Oct 2023 https://www.msc-les.org/emss2024/ |
Publication series
Name | European Modeling and Simulation Symposium, EMSS |
---|---|
Volume | 2024-September |
ISSN (Electronic) | 2724-0029 |
Conference
Conference | 36th European Modeling and Simulation Symposium, EMSS 2024 |
---|---|
Country/Territory | Spain |
City | Tenerife |
Period | 18.10.2023 → 20.10.2023 |
Internet address |
Keywords
- Hyperparameter Tuning
- Microsoft AutoML
- Evolutionary Algorithms
- Genetic Algorithm
- CMA-ES