From hyperparameter-tuner
Optimizes ML model hyperparameters using grid, random, or Bayesian search via executed Python code with scikit-learn or Optuna. For tuning Random Forest, Gradient Boosting on datasets like Iris.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyperparameter-tuner:tuning-hyperparametersThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization to maximize performance.
Optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization to maximize performance.
This skill empowers Claude to fine-tune machine learning models by automatically searching for the optimal hyperparameter configurations. It leverages different search strategies (grid, random, Bayesian) to efficiently explore the hyperparameter space and identify settings that maximize model performance.
This skill activates when you need to:
User request: "Tune hyperparameters of a Random Forest model using grid search to maximize accuracy on the iris dataset. Consider n_estimators and max_depth."
The skill will:
User request: "Optimize a Gradient Boosting model using Bayesian optimization with Optuna to minimize the root mean squared error on the Boston housing dataset."
The skill will:
This skill integrates seamlessly with other Claude Code plugins that involve machine learning tasks, such as data analysis, model training, and deployment. It can be used in conjunction with data visualization tools to gain insights into the impact of different hyperparameter settings on model performance.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin hyperparameter-tunerGuides ML hyperparameter tuning workflows: strategy selection (grid/random/Bayesian/halving), Optuna Bayesian optimization, search space design, budget estimation, and result analysis. Activated by /ds:experiment for tuning tasks.
Configures AutoML pipelines with Optuna or Ray Tune, implementing Hyperband/ASHA search strategies, search spaces, and early stopping for efficient hyperparameter optimization.
Guides machine learning tasks in Python with scikit-learn: classification, regression, clustering, preprocessing, model evaluation, hyperparameter tuning, and ML pipelines.