scikit-learn
CommunityMachine learning in Python with scikit-learn
Authorjackspace
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Guidance and patterns for using scikit-learn to build, evaluate, and deploy classical ML models.
Core Features & Use Cases
- Supervised learning: classification and regression
- Unsupervised learning: clustering and dimensionality reduction
- Model evaluation, cross-validation, and hyperparameter tuning
- Data preprocessing and pipeline construction
- End-to-end examples for common ML tasks
Quick Start
Install scikit-learn and run a quick classification example:
- pip install scikit-learn
- from sklearn.model_selection import train_test_split; from sklearn.ensemble import RandomForestClassifier X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42)
Dependency Matrix
Required Modules
scikit-learnmatplotlibseabornpandasnumpy
Components
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: scikit-learn Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#scikit-learn Please download this .zip file, extract it, and install it in the .claude/skills/ directory.