Project 2 ā Baseline Models
Goal: build simple baseline classifiers and learn evaluation fundamentals. I compare Logistic Regression and a Decision Tree
on the same dataset from Project 1.
Dataset: Breast Cancer Wisconsin (scikit-learn).
Notes
Iām treating these as baselines, not final models. The point is to learn the workflow: clean split, train, evaluate,
then reflect on what the results mean.