Add meta_pin_num_card to proration grouping#381
Conversation
|
@jeancochrane @wagnerlmichael |
I don't think we currently modify a prorated card's square footage contribution to the frankencard total sqft number. Perhaps it is worth testing that out, it makes sense to me intuitively. Could be worth consulting with valuations |
| group_by(meta_tieback_key_pin, meta_card_num, char_bldg_sf) %>% | ||
| mutate( | ||
| pred_card_intermediate_fmv = ifelse( | ||
| is.na(meta_tieback_key_pin), |
There was a problem hiding this comment.
It seems to then use our 2 / 3 card technique below this, which I'm not sure is how we want it to interact with prorated pins.
…model-res-avm into 371-update-proration-modeling
|
Is this supposed to be a draft still? |
yup, I want to check the model runs of 2025-10-05-didactic-rob and 2025-10-03-compassionate-gabe |
Further feedback on this means that we need to figure out where diferences in final pin value come from |
|
OK, it's ready now. |
|
The changed file now includes the steps which I used to reduce the mismatched errors for Without any modifications, there are ~50,000 pins which had a different value for Then, we cap and assess land rates for prorated PINs. Since we now have modified values, these are going to be different. Because of this, I averaged the values of At the end, there were 52 values which still did not match. |
So we want the same grouping just with an additional value of pin_num_cards or the equivilent? |
|
@jeancochrane Can we close this until further notice? |
Quick fix to a long problem, to add meta_pin_num_card to grouping.