AlterLab scikit Learn
技能 活跃Part of the AlterLab Academic Skills suite. Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.
To act as an expert assistant for performing a wide range of machine learning tasks using the scikit-learn library in Python.
功能
- Supervised learning algorithms (classification, regression)
- Unsupervised learning algorithms (clustering, dimensionality reduction)
- Model evaluation and selection tools
- Data preprocessing and feature engineering
- ML pipeline creation and management
- Comprehensive reference documentation
使用场景
- Building classification or regression models
- Performing clustering or dimensionality reduction
- Preprocessing and transforming data for ML
- Evaluating model performance and tuning hyperparameters
- Creating ML pipelines for production workflows
非目标
- Deep learning frameworks (e.g., TensorFlow, PyTorch)
- Advanced NLP models or transformers
- Reinforcement learning
- Complex statistical modeling beyond standard ML
工作流
- Load and preprocess data
- Select and train a model
- Tune hyperparameters
- Evaluate model performance
- Create and deploy ML pipelines
实践
- Model Selection
- Data Preprocessing
- Hyperparameter Tuning
- Pipeline Construction
先决条件
- Python environment
- scikit-learn library
- pandas library (recommended)
- numpy library (recommended)
Maintenance
- warning:Dependency ManagementThe SKILL.md suggests installing dependencies like scikit-learn, pandas, and numpy, but there are no explicit measures for updating or merging these dependencies, nor checks for vulnerabilities.
Execution
- warning:Pinned dependenciesWhile the SKILL.md mentions dependencies, it does not explicitly pin versions or include a lockfile, which could lead to compatibility issues.
安装
npx skills add AlterLab-IEU/AlterLab-Academic-Skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Alterlab Aeon
98Part of the AlterLab Academic Skills suite. This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Scikit Learn
95Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices.
SHAP Model Interpretability
100Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.
TimesFM Forecasting
100Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
Molfeat
99Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
Aeon Time Series Machine Learning
95This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.