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