-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
gssocIf you're marking this as part of the GirlScript Summer of Code event.If you're marking this as part of the GirlScript Summer of Code event.level-3Advanced/complex issue (larger scope, deeper understanding needed).Advanced/complex issue (larger scope, deeper understanding needed).
Description
🧠 Feature Request: Supervised ML Module
I would like to implement a module named supervised_module.py that includes commonly used supervised machine learning algorithms along with visualizations for better understanding.
✨ Algorithms to be included:
- Linear Regression
- Logistic Regression
- Decision Tree
- Support Vector Machine (SVM)
- K-Nearest Neighbors (KNN)
📊 Visualizations:
- Training vs test split visualization
- Decision boundaries for classification
- Regression line and error visualization
- Confusion matrix (heatmap)
📁 Structure:
- Code will be modular and reusable
- Uses
matplotlib/seabornfor visuals - Written in Python using scikit-learn
📌 Tools/Libraries:
sklearnmatplotlibnumpyseaborn
Please assign this issue to me under GSSoC '25. I’m excited to contribute!
Thanks!
Metadata
Metadata
Assignees
Labels
gssocIf you're marking this as part of the GirlScript Summer of Code event.If you're marking this as part of the GirlScript Summer of Code event.level-3Advanced/complex issue (larger scope, deeper understanding needed).Advanced/complex issue (larger scope, deeper understanding needed).