Agent skill · Documentation

scikit-learn

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.

FreedomIntelligencegithub.com/FreedomIntelligenceGitHub ↗
claude-codeships scripts
Install
npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill scikit-learn --agent claude-code

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

Facts
Files in the skill folder: 9
SKILL.md size: 15 KB
Bundled scripts: yes
Path: skills/scikit-learn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,909
Language: Python
Read our review of the source →

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

From the SKILL.md

# Scikit-learn ## Overview This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines. ## Installation ```bash # Install scikit-learn using uv uv uv pip install scikit-learn # Optional: Install visualization dependencies uv uv pip install matplotlib seaborn # Commonly used with uv uv pip install pandas numpy ``` ## When to Use This Skill Use the scikit-learn skill when: - Building classification or regression models - Performing clustering or dimensionality reduction - Preprocessing and transforming data for machine learning - Evaluating model performance with cross-validation - Tuning hyperparameters with grid or random search - Creating ML pipelines for production workflows - Comparing different algorithms for a task - Working with both structured (tabular) and text data - Need interpretable, classical machine learning approaches ## Quick Start ### Classification Example ```python from sklearn.model_selection import train_t

What's inside
Steps it walks through
  1. Overview
  2. Installation
  3. When to Use This Skill
  4. Quick Start
  5. Classification Example
  6. Complete Pipeline with Mixed Data
  7. Core Capabilities
  8. 1. Supervised Learning
  9. 2. Unsupervised Learning
  10. 3. Model Evaluation and Selection
  11. 4. Data Preprocessing
  12. 5. Pipelines and Composition
  13. Example Scripts
  14. Classification Pipeline
Ships with 8 files
  • references/model_evaluation.md
  • references/pipelines_and_composition.md
  • references/preprocessing.md
  • references/quick_reference.md
  • references/supervised_learning.md
  • references/unsupervised_learning.md
  • scripts/classification_pipeline.py
  • scripts/clustering_analysis.py
Commands it runs
Install scikit-learn using uv
uv uv pip install scikit-learn
uv uv pip install matplotlib seaborn
Commonly used with
uv uv pip install pandas numpy
python scripts/classification_pipeline.py
python scripts/clustering_analysis.py
More from OpenClaw-Medical-Skills
All skills →
About this skill
What does the scikit-learn skill do?

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.

How do I install it?

Run `npx skills add FreedomIntelligence/OpenClaw-Medical-Skills --skill scikit-learn --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 FreedomIntelligence/OpenClaw-Medical-Skills, a repository with 2,909 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