paper-with-me

Papers

Hyperparameter Tuning Cookbook: A guide for scikit-learn, PyTorch, river, and spotPython

2023-07-17 · Thomas Bartz-Beielstein

This document provides a comprehensive guide to hyperparameter tuning using spotPython for scikit-learn, PyTorch, and river. The first part introduces spotPython's surrogate model-based optimization process, while the second part focuses on hyperparameter tuning. Several case studies are presented, including hyperparameter tuning for sklearn models such as Support Vector Classification, Random Forests, Gradient Boosting (XGB), and K-nearest neighbors (KNN), as well as a Hoeffding Adaptive Tree Regressor from river. The integration of spotPython into the PyTorch and PyTorch Lightning training workflow is also discussed. With a hands-on approach and step-by-step explanations, this cookbook serves as a practical starting point for anyone interested in hyperparameter tuning with Python. Highlights include the interplay between Tensorboard, PyTorch Lightning, spotPython, and river. This publication is under development, with updates available on the corresponding webpage.

📄 PDF Abstract BibTeX arXiv:2307.10262

Code (1)

sequential-parameter-optimization/spotpython 공식 구현 pytorch

Similar Papers 제목 키워드 기반

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

MANGO: A Python Library for Parallel Hyperparameter Tuning

2020-05-22 · Sandeep Singh Sandha, Mohit Aggarwal, Igor Fedorov, Mani Srivastava

Tuning hyperparameters for machine learning algorithms is a tedious task, one that is typically done manually. To enable automated hyperparameter tuning, recent works have started to use techniques based on Bayesian opti…

Bayesian OptimizationBIG-bench Machine LearningDistributed ComputingDistributed Optimization+2

Cookbook: A framework for improving LLM generative abilities via programmatic data generating templates

2024-10-07 · Avanika Narayan, Mayee F. Chen, Kush Bhatia, Christopher Ré

Fine-tuning large language models (LLMs) on instruction datasets is a common way to improve their generative capabilities. However, instruction datasets can be expensive and time-consuming to manually curate, and while L…

Default Machine Learning Hyperparameters Do Not Provide Informative Initialization for Bayesian Optimization

2026-02-09 · Nicolás Villagrán Prieto, Eduardo C. Garrido-Merchán arxiv

Bayesian Optimization (BO) is a standard tool for hyperparameter tuning thanks to its sample efficiency on expensive black-box functions. While most BO pipelines begin with uniform random initialization, default hyperpar…

Interim Report on Human-Guided Adaptive Hyperparameter Optimization with Multi-Fidelity Sprints

2025-05-14 · Michael Kamfonas

This case study applies a phased hyperparameter optimization process to compare multitask natural language model variants that utilize multiphase learning rate scheduling and optimizer parameter grouping. We employ short…

Bayesian OptimizationHyperparameter OptimizationJoint Entity and Relation ExtractionLanguage Modeling+3