Strategically leveraging broader AI tools can play a significant role in transforming the commercial real estate. One of our clients who is a real estate company is committing towards integrating AI-enabled solutions to offer price prediction of houses to potential buyers.
Predictive Analytics in Machine learning uses regression models that help companies to forecast trends and predict outcomes. These models are usually trained on a tabular dataset consisting of categorical and numerical features which help to explore the relationship of different attributes with the outcome. The regression models are developed using statistics and are easy to understand. An essential application of the regression model is in the financial domain for commodity price prediction and forecasting using time-series data.
The score of our Multiple Linear Regression was around 69%, so this model had room for improvement. Then we changed our approach and used Keras Regression model. We got an accuracy of ~81% and also, noticed that RMSE (loss function) is lower for Keras Regression model which shows that our prediction is closer to actual rating price.