AI-ML Auto Snip Toolkit is a snippet extension for Visual Studio Code that helps developers quickly add common machine learning algorithms using Scikit-Learn.
🚀 Features
Linear Regression (ml-lr)
Logistic Regression (ml-logr)
K-Nearest Neighbors (ml-knn)
Decision Tree (ml-dt)
Random Forest (ml-rf)
Support Vector Machine (ml-svm)
📌 Examples add
Linear Regression (ml-lr) — Predict house rent based on size and number of bedrooms.
Logistic Regression (ml-logr) — Predict customer churn based on monthly charges and tenure.
K-Nearest Neighbors (ml-knn) — Predict wine quality based on alcohol content and sugar level.
Random Forest Classifier (ml-rf) — Predict loan approval based on income and credit score.
Support Vector Machine (ml-svm) — Classify email as spam or not based on word count and spam score.
Decision Tree Classifier (ml-dt) — Predict employee promotion based on experience and performance score.
📌 How to Use
Install the extension in VS Code.
Open a Python (.py) file.
Type a snippet prefix (e.g., ml-lr) and press Tab to expand.