概要
This skill transforms experimental machine learning scripts into robust, maintainable production code by enforcing Scikit-learn best practices. It automatically implements Pipeline and ColumnTransformer architectures, ensures systematic reproducibility through random_state management, and converts manual preprocessing into reusable custom transformers. It is particularly effective at cleaning up fragmented notebook code, preventing data leakage during cross-validation, and ensuring that feature engineering is properly encapsulated for deployment environments.