Machine Learning
Installation
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
Related skills
More from pluginagentmarketplace/custom-plugin-python
pandas data analysis
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
728python fundamentals
Master Python syntax, data types, control flow, functions, OOP, and standard library
135pytest testing
Master test-driven development with pytest, fixtures, mocking, and CI/CD integration
122debugging
Python debugging techniques, pdb, and IDE debugging tools
113python performance
Master Python optimization techniques, profiling, memory management, and high-performance computing
110fastapi
FastAPI web framework for building modern APIs with async support
103