A concise educational project showcasing the core concepts of supervised learning,
with a clear distinction between regression and classification models,
their pipelines, and evaluation metrics.
Conceptual Overview
Implemented Models
Linear Regression
Predicts continuous numerical values using a linear model.