scikit-learn

Apply scikit-learn to supervised and unsupervised machine learning tasks.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill scikit-learn-hongmaple0820
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scikit-learn
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/ai-ml/scikit-learn
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill scikit-learn-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scikit-learn, matplotlib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamline and standardize machine learning tasks by providing a comprehensive guide to scikit-learn's algorithms, preprocessing, and pipelines.

Core Features & Use Cases

  • Comprehensive coverage of supervised and unsupervised learning, model evaluation, and hyperparameter tuning.
  • End-to-end workflows with pipelines, preprocessing, and feature engineering examples.
  • Real-world use cases including classification, regression, clustering, and data transformation workflows.

Quick Start

Train a simple pipeline: load data, preprocess, fit a model, and evaluate with cross-validation.

Frequently Asked Questions about scikit-learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an end-to-end machine learning pipeline for classification and regression?▼

Build machine learning pipelines by loading data into pandas, applying scikit-learn preprocessing transformers, fitting a classification or regression model, and evaluating performance with cross-validation.

What's the best way to tune hyperparameters and evaluate scikit-learn models?▼

Evaluate and tune scikit-learn models using built-in hyperparameter tuning tools and cross-validation techniques to optimize classification, regression, and clustering workflows.

Do I need numpy and pandas to use scikit-learn for data preprocessing and feature engineering?▼

Yes, numpy and pandas are required core dependencies for scikit-learn data preprocessing, providing the foundational array and DataFrame structures needed for feature engineering and model training.

Can I apply unsupervised learning and clustering to my data with scikit-learn?▼

Apply scikit-learn unsupervised learning algorithms to perform clustering and data transformation on unlabeled datasets, using built-in preprocessing and evaluation workflows.

Does this skill cover data transformation and model evaluation workflows for analytics?▼

This skill covers comprehensive data transformation, preprocessing, and model evaluation workflows, providing scripts and references for practical data analytics and machine learning tasks.