Skip to content

Implement Supervised ML Algorithms with Visualizations #9

@GauravSingh0248

Description

@GauravSingh0248

🧠 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 / seaborn for visuals
  • Written in Python using scikit-learn

📌 Tools/Libraries:

  • sklearn
  • matplotlib
  • numpy
  • seaborn

Please assign this issue to me under GSSoC '25. I’m excited to contribute!

Thanks!

Metadata

Metadata

Labels

gssocIf you're marking this as part of the GirlScript Summer of Code event.level-3Advanced/complex issue (larger scope, deeper understanding needed).

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions