This repository contains materials from a supervised learning session conducted for club learners.
It covers both regression and classification techniques with hands-on practice, datasets, and reference slides.
-
assignment/
Contains a supervised learning dataset.
π Learners are expected to apply the concepts covered in the session on this dataset. -
practice/
Contains two Jupyter notebooks withFIXMEplaceholders that were corrected live during the session:Regression_FIXME.ipynbβ Linear RegressionClassification_FIXME.ipynbβ Logistic Regression, Decision Trees, and SVM
-
solution/
Final corrected versions of the practice notebooks:Regression.ipynbClassification.ipynb
-
datasets/
Datasets used in practice notebooks:50_Startups.csvβ Regressionbreast_cancer.csvβ Classification
-
slides/
A PDF slide deck covering:- Basic ML terminology
- Flow of a Machine Learning pipeline
- Regression in supervised learning
- Clone this repository:
git clone <your-repo-url> cd <repo-name>