Agent skill · AI & Agents

optuna-hyperparameter-tuner

Optuna integration skill for automated hyperparameter optimization with advanced search strategies, pruning, multi-objective optimization, and visualization capabilities.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill optuna-hyperparameter-tuner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/data-science-ml/skills/optuna-hyperparameter-tuner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Optuna Hyperparameter Tuner Optimize hyperparameters using Optuna with advanced search strategies, pruning, and visualization. ## Overview This skill provides comprehensive capabilities for hyperparameter optimization using Optuna, the state-of-the-art hyperparameter optimization framework. It supports various samplers, pruners, multi-objective optimization, and integration with popular ML frameworks. ## Capabilities ### Search Strategies - Tree-structured Parzen Estimator (TPE) - default, efficient - CMA-ES - for continuous parameters - Grid search - exhaustive - Random search - baseline - NSGAII - multi-objective optimization - QMC (Quasi-Monte Carlo) - low-discrepancy sampling ### Pruning Strategies - Median pruning - early stop underperformers - Hyperband (ASHA) - aggressive resource allocation - Percentile pruning - threshold-based - Successive Halving - efficient resource use - Wilcoxon pruning - statistical comparison ### Multi-Objective Optimization - Pareto front optimization - Multiple objective functions - Constraint handling - Trade-off visualization ### Study Management - Study persistence (SQLite, PostgreSQL, MySQL) - Study resumption - Parallel/distributed optimiza

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Search Strategies
  4. Pruning Strategies
  5. Multi-Objective Optimization
  6. Study Management
  7. Visualization
  8. Prerequisites
  9. Installation
  10. Optional Dependencies
  11. Usage Patterns
  12. Basic Optimization
  13. With Pruning
  14. Scikit-learn Integration
Ships with 1 file
  • README.md
Commands it runs
pip install optuna>=3.0.0
Database backends
pip install optuna[mysql]    # MySQL support
pip install optuna[postgresql]  # PostgreSQL support
Visualization
pip install optuna-dashboard  # Web dashboard
pip install plotly           # Interactive plots
Framework integrations
pip install optuna-integration[sklearn]
pip install optuna-integration[pytorch]
More from babysitter
All skills →
About this skill
What does the optuna-hyperparameter-tuner skill do?

Optuna integration skill for automated hyperparameter optimization with advanced search strategies, pruning, multi-objective optimization, and visualization capabilities.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill optuna-hyperparameter-tuner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going