paper-with-me

Papers

From Black-Box Tuning to Guided Optimization via Hyperparameters Interaction Analysis

2025-12-22 · Moncef Garouani, Ayah Barhrhouj arxiv

Hyperparameters tuning is a fundamental, yet computationally expensive, step in optimizing machine learning models. Beyond optimization, understanding the relative importance and interaction of hyperparameters is critical to efficient model development. In this paper, we introduce MetaSHAP, a scalable semi-automated eXplainable AI (XAI) method, that uses meta-learning and Shapley values analysis to provide actionable and dataset-aware tuning insights. MetaSHAP operates over a vast benchmark of over 09 millions evaluated machine learning pipelines, allowing it to produce interpretable importance scores and actionable tuning insights that reveal how much each hyperparameter matters, how it interacts with others and in which value ranges its influence is concentrated. For a given algorithm and dataset, MetaSHAP learns a surrogate performance model from historical configurations, computes hyperparameters interactions using SHAP-based analysis, and derives interpretable tuning ranges from the most influential hyperparameters. This allows practitioners not only to prioritize which hyperparameters to tune, but also to understand their directionality and interactions. We empirically validate MetaSHAP on a diverse benchmark of 164 classification datasets and 14 classifiers, demonstrating that it produces reliable importance rankings and competitive performance when used to guide Bayesian optimization.

📄 PDF Abstract BibTeX arXiv:2512.19246

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

To tune or not to tune? An Approach for Recommending Important Hyperparameters

2021-08-30 · Mohamadjavad Bahmani, Radwa El Shawi, Nshan Potikyan, Sherif Sakr

Novel technologies in automated machine learning ease the complexity of algorithm selection and hyperparameter optimization. Hyperparameters are important for machine learning models as they significantly influence the p…

BIG-bench Machine LearningHyperparameter Optimization

SigOpt Mulch: An Intelligent System for AutoML of Gradient Boosted Trees

2023-07-10 · Aleksei Sorokin, Xinran Zhu, Eric Hans Lee, Bolong Cheng

Gradient boosted trees (GBTs) are ubiquitous models used by researchers, machine learning (ML) practitioners, and data scientists because of their robust performance, interpretable behavior, and ease-of-use. One critical…

AutoMLHyperparameter Optimization

Hyperparameter Optimization for Large Language Model Instruction-Tuning

2023-12-01 · Christophe Tribes, Sacha Benarroch-Lelong, Peng Lu, Ivan Kobyzev

The fine-tuning of Large Language Models (LLMs) has enabled them to recently achieve milestones in natural language processing applications. The emergence of ever larger LLMs has paved the way for more efficient fine-tun…

Hyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1

Graduated Optimization of Black-Box Functions

2019-06-04 · Weijia Shao, Christian Geißler, Fikret Sivrikaya

Motivated by the problem of tuning hyperparameters in machine learning, we present a new approach for gradually and adaptively optimizing an unknown function using estimated gradients. We validate the empirical performan…

BIG-bench Machine Learning

Bayesian Optimization is Superior to Random Search for Machine Learning Hyperparameter Tuning: Analysis of the Black-Box Optimization Challenge 2020

2021-04-20 · Ryan Turner, David Eriksson, Michael McCourt, Juha Kiili 외

This paper presents the results and insights from the black-box optimization (BBO) challenge at NeurIPS 2020 which ran from July-October, 2020. The challenge emphasized the importance of evaluating derivative-free optimi…

Bayesian OptimizationBIG-bench Machine Learning