Skip to content

Commit

Permalink
Add yaml entry
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 3, 2025
1 parent a93bbbe commit cb44fdc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manual_flagging/yaml/inputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ manual_update: false
# flag sales that currently have no existing flag in the sale.flag
# table. In other words, it will flag unseen sales, not sales that
# the sales val model has already given a flag value to.
manual_update_only_new_sales: true
manual_update_only_new_sales: false

# "housing_market_type" and "run_tri" configurations determine the
# specificity of flagging. First, we retrieve the run tris, then run
Expand All @@ -30,7 +30,7 @@ housing_market_type: [
"res_single_family",
"res_multi_family",
"res_all",
"condos"
#"condos"
]
run_tri: [1, 2, 3]

Expand Down Expand Up @@ -151,7 +151,7 @@ dev_bounds: [2, 2]
# sale.flag table. Leave 'end' blank if we want to flag all sales
# since the start date
time_frame:
start: "2014-01-01"
start: "2022-01-01"
end:

# How many total months to include in the grouping methodology
Expand All @@ -163,3 +163,7 @@ ptax_sd: [1, 1]

# Flags are only applied if there are at least this many sales in the group
min_groups_threshold: 30

# This is the raw price threshold that is used to set sales to outlier status
# regardless of group size
raw_price_thresh: 15000000

0 comments on commit cb44fdc

Please sign in to comment.