Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add dkyazzentwatwa/chatgpt-skills --skill "classification-helper"
Install specific skill from multi-skill repository
# Description
Quick classifier training with automatic model selection, hyperparameter tuning, and comprehensive evaluation metrics.
# SKILL.md
name: classification-helper
description: Quick classifier training with automatic model selection, hyperparameter tuning, and comprehensive evaluation metrics.
Classification Helper
Train and evaluate classification models with automatic model selection.
Features
- Auto Model Selection: Compare multiple classifiers
- Hyperparameter Tuning: Grid/random search
- Evaluation Metrics: Accuracy, precision, recall, F1, ROC-AUC
- Cross-Validation: K-fold validation
- Confusion Matrix: Detailed error analysis
- Feature Importance: Top predictive features
- Model Export: Save trained models
CLI Usage
python classification_helper.py --data train.csv --target class --test test.csv --output model.pkl
Dependencies
- scikit-learn>=1.3.0
- pandas>=2.0.0
- numpy>=1.24.0
- matplotlib>=3.7.0
- seaborn>=0.12.0
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.