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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin hyperparameter-tunerThis skill is limited to using the following tools:
Optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization to maximize performance.
Optimizes ML model hyperparameters via grid search, random search, Bayesian optimization, Optuna, and Hyperopt. Useful for tuning tree models, neural networks, SVMs, ensembles in Python.
Manages hyperparameter tuning operations for ML training, providing guidance, code generation, and configs for data prep, model training, and experiment tracking. Triggers on 'hyperparameter tuner' phrases.
Guides scikit-learn for classification, regression, clustering, preprocessing, pipelines, model evaluation, and hyperparameter tuning in Python ML workflows.
Share bugs, ideas, or general feedback.
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.