/realestate-tracking-app

A supervised univariate regression regression model for predicting house prices within local region of a larger area

Primary LanguageJupyter NotebookMIT LicenseMIT

RealEstate

A simple supervised regression model for realestate pricing prediction.

We will be using the following metrics in our moodels:

  • RMSE: || • ||2 (Root Mean Square Error) - basic vanila measure for regression
  • MAE: || • ||1 (Mean Absolute Error) - good for slighly irregular data sets