Skip to content

Commit

Permalink
Remove multi-card filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jan 9, 2025
1 parent 7e32eff commit ae3d20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/performance/_model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ These plot shows show trends in the variance of sale price and estimated FMV. Id

```{r _model_organize_variance_data}
training_data_monthly <- training_data_pred %>%
filter(!ind_pin_is_multicard, !sv_is_outlier) %>%
filter(!sv_is_outlier) %>%
mutate(
meta_sale_date = as.Date(meta_sale_date),
year = year(meta_sale_date),
Expand Down

0 comments on commit ae3d20c

Please sign in to comment.