Overview
This page brings four separate machine learning notebooks into one narrative. The value is not that every project is equally strong. The value is that the work repeatedly makes the same good decisions across different problem types: inspect the data, keep preprocessing explicit, compare against baselines, and evaluate results in a way that matches the structure of the task.
Together, the projects cover binary classification, regression, unsupervised segmentation, and time-series forecasting. Taken together, they show range across core ML problem types without losing workflow discipline.