-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update training data sales sample and outlier flags (#30)
* Re-add proration rate/pct ownership as predictor * Drop underperforming features Based on mean absolute SHAP value * Re-add building mixed use indicator * Add grouping variables to arrange() * Update input data with fixed indicators * Re-add meta_modeling_group as a predictor * Drop nonlivable sales from training data * Value nonlivable spaces with model + cap * Value nonlivables as a function of per ass and total livable value * Pass aggregation correct object name * Pass aggregation correct value name * Add min bound to condo preds * Drop extra comma in pmax() * Revert parameter changes * Revert assessment stage changes * Exclude nonlivable spaces from training, ratio study * Improve commenting * Revert rounding settings to match 2023 * Update condo value apportionment methodology This commit changes the valuation methodology for non-livable units (parking, storage, etc.). It pegs their value to their proration rate multiplied by the total value of a buildings livable units. This obviates the need for a fixed non-livable unit value. * Update condo value apportionment methodology This commit changes the valuation methodology for non-livable units (parking, storage, etc.). It pegs their value to their proration rate multiplied by the total value of a buildings livable units. This obviates the need for a fixed non-livable unit value. * Fix spacing * Boot multi-sales from training and ratio study * Revert removing multi-PIN sales * Add num parcels as a predictor * Improve multi-sale inclusion heuristic * Mark non-livable sales as outliers * Use aggregate pct ownership for training data * Update input data with multi-PIN heuristics * Keep only the sale value attributable to livable unit * Update input data with adjusted multi-PIN sales * Add sales val kludge for multi-PIN sales * Revert comment * Update params based on 2024-02-11-gracious-manasi * Clarify comments and conditionals --------- Co-authored-by: Sweaty Handshake <[email protected]>
- Loading branch information
1 parent
5f1ac12
commit b7e0cc4
Showing
3 changed files
with
84 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters