Agent skill

scikit-learn-machine-learning

Classical ML in Python: classification, regression, clustering, dim reduction, evaluation, tuning, preprocessing pipelines. Linear models, tree ensembles, SVMs, K-Means, PCA, t-SNE. Use PyTorch/TF for deep learning; XGBoost/LightGBM for scale.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill scikit-learn-machine-learning --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/sciagent/scikit-learn-machine-learning/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 144
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# scikit-learn ## Overview scikit-learn is the standard Python library for classical machine learning. It provides consistent APIs for supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, and preprocessing, with seamless integration into NumPy/pandas workflows. ## When to Use - Building classification models for labeled data (spam detection, disease diagnosis, species identification) - Predicting continuous outcomes with regression (price prediction, dose-response modeling) - Clustering unlabeled data into groups (patient stratification, gene expression clusters) - Reducing dimensionality for visualization or feature engineering (PCA, t-SNE on multi-omics data) - Evaluating and comparing model performance with cross-validation - Tuning hyperparameters systematically (grid search, random search) - Building reproducible ML pipelines with preprocessing and modeling steps - For deep learning tasks (images, NLP), use `pytorch` or `transformers` instead - For large-scale gradient boosting, use `xgboost` or `lightgbm` instead ## Prerequisites - **Python packages**: `scikit-learn`, `numpy`, `pandas` - **Optional**

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Module 1: Data Preprocessing
  7. Module 2: Supervised Learning — Classification
  8. Module 3: Supervised Learning — Regression
  9. Module 4: Unsupervised Learning — Clustering
  10. Module 5: Dimensionality Reduction
  11. Module 6: Model Evaluation & Selection
  12. Module 7: Pipelines
  13. Common Workflows
  14. Workflow 1: End-to-End Classification
Commands it runs
pip install scikit-learn numpy pandas matplotlib seaborn
More from awesome-bio-agent-skills
All skills →
About this skill
What does the scikit-learn-machine-learning skill do?

Classical ML in Python: classification, regression, clustering, dim reduction, evaluation, tuning, preprocessing pipelines. Linear models, tree ensembles, SVMs, K-Means, PCA, t-SNE. Use PyTorch/TF for deep learning; XGBoost/LightGBM for scale.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill scikit-learn-machine-learning --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 144 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going