paper-with-me

Papers

A systematic study comparing hyperparameter optimization engines on tabular data

2023-11-27 · Balazs Kegl

We run an independent comparison of all hyperparameter optimization (hyperopt) engines available in the Ray Tune library. We introduce two ways to normalize and aggregate statistics across data sets and models, one rank-based, and another one sandwiching the score between the random search score and the full grid search score. This affords us i) to rank the hyperopt engines, ii) to make generalized and statistically significant statements on how much they improve over random search, and iii) to make recommendations on which engine should be used to hyperopt a given learning algorithm. We find that most engines beat random search, but that only three of them (HEBO, AX, and BlendSearch) clearly stand out. We also found that some engines seem to specialize in hyperopting certain learning algorithms, which makes it tricky to use hyperopt in comparison studies, since the choice of the hyperopt technique may favor some of the models in the comparison.

📄 PDF Abstract BibTeX arXiv:2311.15854

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

The Retrieval Effectiveness of Web Search Engines: Considering Results Descriptions

2015-11-18 · Lewandowski Dirk

Purpose: To compare five major Web search engines (Google, Yahoo, MSN, Ask.com, and Seekport) for their retrieval effectiveness, taking into account not only the results but also the results descriptions. Design/Method…

Retrieval

The Silent Hyperparameter: Quantifying the Impact of Inference Backends on LLM Reproducibility

2026-05-19 · David Pape, Jonathan Evertz, Lea Schönherr arxiv

Progress in LLMs is increasingly measured through standardized benchmarks, where state-of-the-art improvements are often separated by fractions of a percentage point. At the same time, the computational cost of evaluatin…

Auditing Search Engines for Differential Satisfaction Across Demographics

2017-05-24 · Mehrotra Rishabh, Anderson Ashton, Diaz Fernando, Sharma Amit 외

Many online services, such as search engines, social media platforms, and digital marketplaces, are advertised as being available to any user, regardless of their age, gender, or other demographic factors. However, there…

Causal Inference

Digital Gatekeepers: Google's Role in Curating Hashtags and Subreddits

2025-06-17 · Amrit Poudel, Yifan Ding, Jurgen Pfeffer, Tim Weninger

Search engines play a crucial role as digital gatekeepers, shaping the visibility of Web and social media content through algorithmic curation. This study investigates how search engines like Google selectively promotes …

The Impact of Hyperparameters on Large Language Model Inference Performance: An Evaluation of vLLM and HuggingFace Pipelines

2024-08-02 · Matias Martinez

The recent surge of open-source large language models (LLMs) enables developers to create AI-based solutions while maintaining control over aspects such as privacy and compliance, thereby providing governance and ownersh…

GPUHyperparameter OptimizationLanguage ModelingLanguage Modelling+1