scikit-learn
✓Use when "scikit-learn", "sklearn", "machine learning", "classification", "regression", "clustering", or asking about "train test split", "cross validation", "hyperparameter tuning", "ML pipeline", "random forest", "SVM", "preprocessing"
Installation
SKILL.md
| Logistic Regression | Baseline, interpretable | Fast, probabilistic | | Random Forest | General purpose | Handles non-linear, feature importance | | Gradient Boosting | Best accuracy | State-of-art for tabular | | SVM | High-dimensional data | Works well with few samples | | KNN | Simple problems | No training, instance-based |
| Linear Regression | Baseline | Interpretable coefficients | | Ridge/Lasso | Regularization needed | L2 vs L1 penalty | | Random Forest | Non-linear relationships | Robust to outliers | | Gradient Boosting | Best accuracy | XGBoost, LightGBM wrappers |
| KMeans | Spherical clusters | nclusters (must specify) | | DBSCAN | Arbitrary shapes | eps (density) | | Agglomerative | Hierarchical | nclusters or distance threshold | | Gaussian Mixture | Soft clustering | ncomponents |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/eyadsibai/ltk --skill scikit-learn- Source
- eyadsibai/ltk
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-17
- Updated
- 2026-02-18
Quick answers
What is scikit-learn?
Use when "scikit-learn", "sklearn", "machine learning", "classification", "regression", "clustering", or asking about "train test split", "cross validation", "hyperparameter tuning", "ML pipeline", "random forest", "SVM", "preprocessing" Source: eyadsibai/ltk.
How do I install scikit-learn?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eyadsibai/ltk --skill scikit-learn Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/eyadsibai/ltk
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-17