概要
The ROC Curve Plotter skill is a specialized tool for Claude Code designed to streamline the evaluation of machine learning models. It automates the generation of Receiver Operating Characteristic (ROC) curves and calculates the Area Under the Curve (AUC), providing data scientists with immediate visual feedback on classifier performance. By leveraging standard Python libraries like Scikit-learn and Matplotlib, this skill helps users compare multiple models, determine optimal classification thresholds, and ensure best practices in model validation directly within their development environment.