- Joined
- Jun 27, 2017
- Professional Status
- Certified General Appraiser
- State
- California
Like earthUI, these two similar user interfaces operate different regression methods, which are very popular.
All of these programs will download a raw intermediate sales grid that has feature contributions, adjustments, net and gross acts and adjusted sale price.
You can use glmnetU to verify, by comparison, the results of earthUI. glmnet() is linear, but even though it is only linear, it can still do a good job. In fact if sometimes gets R2 and CVR2 values that are nearly as good as earthUI. HOWEVER, its downside is that it has gross % totals that are 2-3 times larger than earthUI or mgcvUI.
Now mgcvUI that is. a real beast. It uses tensors extensively and involves a lot of math. You can feed the Earth output into mccv, allowing it to use Earth to define knots. Then it does its thing - it will convert the segmented linear into an smooted curvilinear. In general, it also needs larger adjustments, but for the few comps you get in the sales grid, it will be about the same as Earth. Only your variable graphs will look like this:

All of these programs will download a raw intermediate sales grid that has feature contributions, adjustments, net and gross acts and adjusted sale price.
You can use glmnetU to verify, by comparison, the results of earthUI. glmnet() is linear, but even though it is only linear, it can still do a good job. In fact if sometimes gets R2 and CVR2 values that are nearly as good as earthUI. HOWEVER, its downside is that it has gross % totals that are 2-3 times larger than earthUI or mgcvUI.
Now mgcvUI that is. a real beast. It uses tensors extensively and involves a lot of math. You can feed the Earth output into mccv, allowing it to use Earth to define knots. Then it does its thing - it will convert the segmented linear into an smooted curvilinear. In general, it also needs larger adjustments, but for the few comps you get in the sales grid, it will be about the same as Earth. Only your variable graphs will look like this:
