AlterLab scikit Learn
Skill AktivPart 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.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- Deep learning frameworks (e.g., TensorFlow, PyTorch)
- Advanced NLP models or transformers
- Reinforcement learning
- Complex statistical modeling beyond standard ML
Workflow
- Load and preprocess data
- Select and train a model
- Tune hyperparameters
- Evaluate model performance
- Create and deploy ML pipelines
Praktiken
- Model Selection
- Data Preprocessing
- Hyperparameter Tuning
- Pipeline Construction
Voraussetzungen
- 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.
Installation
npx skills add AlterLab-IEU/AlterLab-Academic-SkillsFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
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.