Armory
Source
Browse
Skills

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install scikit-learn --cli claude

writes the skill into.claude/skills/scikit-learn/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/scikit-learn/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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 to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/scientific/scikit-learn/SKILL.md -o .claude/skills/scikit-learn/SKILL.md

Notes

Extracted from davila7/claude-code-templates, scikit-learn category.