About
This skill empowers Claude to automatically find the most effective hyperparameter configurations for machine learning models, significantly reducing the manual trial-and-error process. By leveraging techniques like grid search, random search, and advanced Bayesian optimization via Optuna, it explores hyperparameter spaces to improve metrics like accuracy, RMSE, and precision. It handles the entire lifecycle from data validation and search space definition to generating executable Python code and reporting the final optimized results, ensuring robust models through integrated cross-validation.