House Price Predictor β€” Planning Changelog

Minimal but solid: track decisions, milestones, and evaluation snapshots.

πŸ—ΊοΈ Planned Milestones

  1. Dataset + EDA scaffolding
  2. Preprocess (impute, encode, scale/select if needed)
  3. Baselines β†’ tree models; pick champion via CV
  4. Interpretability notes (top features)
  5. FastAPI predict(); mini Next.js metrics page

πŸ“’ Changelog

Init planning log

  • Confirmed lean scope and evaluation metrics (RMSE, MAE, RΒ²).
  • Outlined baselines and tree-model progression.
  • Agreed to include a tiny FastAPI + Next.js demo for polish.

πŸš€ Next Actions

  • Stage dataset locally; set up EDA notebook skeleton.
  • Define preprocessing pipeline (ColumnTransformer).
  • Code CV routine and baseline models; log metrics.