- Joined
- Jun 27, 2017
- Professional Status
- Certified General Appraiser
- State
- California
MARS is unnecessarily expensive. Many regression programs can be better adapted to typical appraiser work.
http://www.realstat.com/
https://download.cnet.com/windows/business-spreadsheets/3260-20_4-101662-1.html
I can only laugh at this sort of thing. Try running your software on the Boston Housing Dataset and see how far you get. MLR does not work very well in the SF Bay area. As far as the data in the example you provided, it is fake, and has just a few attributes. The homes were all built around the same time, with some variation, so I'm thinking that they are homogenous. But then again it is fake data, so I can't comment much more than that. On the classic "Boston Housing Data" from 1970, MARS will provide and R2 that is over 90%.
I've attached the data set for you to try (remove the .txt extension). Here is a link that describes the fields: https://www.kaggle.com/c/boston-housing
"medv" is like a Sale Price, although it is the median home price for a census tract. The other fields are attributes - which I assume you can feed in to real state (maybe you have to rename them as something more kosher.)
But MLR won't do very good on this, the values for most attributes are non-linear. In reality almost nothing is linear, even GLA/Price. Increase the GLA enough and the price starts to level off and even drop - too large a house in some areas is a negative feature as it cost more to maintain and heat and there just isn't a demand for the extra living area. Market conditions are also non-linear. It's total BS, - add to that you are using statistics that assume an underling normal distribution. Oh boy .....