They asked me how I would build a regression model from scratch with raw data.
Sigiloso
I explained that I’d clean the data, do basic exploration, split into train/test sets, build the model in Python (scikit-learn), and evaluate it with some metrics.