pluginagentmarketplace/custom-plugin-python

Machine Learning

Python machine learning with scikit-learn, PyTorch, and TensorFlow

Installation

$ npx skills add pluginagentmarketplace/custom-plugin-python --skill machine-learning

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pluginagentmarketplace/custom-plugin-python · top by installs.

npx skills add pluginagentmarketplace/custom-plugin-python

Browse all from pluginagentmarketplace/custom-plugin-python

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 6
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,306 B
  • docs SUMMARY.md 87 B

History

  1. First recorded snapshot · 331 installs

SKILL.md

Python Machine Learning Skill

Overview

Build machine learning models using Python libraries including scikit-learn, PyTorch, and supporting tools.

Topics Covered

Scikit-learn

  • Data preprocessing
  • Model selection
  • Training pipelines
  • Cross-validation
  • Hyperparameter tuning

PyTorch Basics

  • Tensor operations
  • Neural network modules
  • Training loops
  • DataLoader usage
  • GPU acceleration

Feature Engineering

  • Feature selection
  • Dimensionality reduction
  • Feature scaling
  • Encoding techniques
  • Missing data handling

Model Evaluation

  • Metrics selection
  • Confusion matrix
  • ROC curves
  • Learning curves
  • Model comparison

MLOps Basics

  • Model serialization
  • Experiment tracking (MLflow)
  • Model versioning
  • Serving models
  • Reproducibility

Prerequisites

  • Python fundamentals
  • NumPy and Pandas
  • Statistics basics

Learning Outcomes

  • Train ML models
  • Evaluate model performance
  • Build ML pipelines
  • Deploy models to production