dancyfang / OR4741_RealEstate_Manhattan

Predicting RealEstate value in Manhattan
0 stars 0 forks source link

Mid-term Report Review #9

Open Santostang opened 7 years ago

Santostang commented 7 years ago

I like your dataset and idea to predict real estate value. The idea and analysis are clear in the report. The graph is really cool to see the relationship between different variables.

There are some suggestions to make it better.

  1. From the graph, I only found only BldgArea is related to the AccessLot. So from your linear regression, we can find the coefficients of other independent variables are quite small, only coefficient of BldgArea is higher than 1. You may need to consider other new variables that have power to predict.
  2. I suggest you can search some papers or other research to find if there are other good variables. You can also try to merge other dataset to make your prediction better.
dancyfang commented 7 years ago

Thanks for your review! We are also trying to find other variables that can improve our prediction.