diff --git a/reports/performance/_model.qmd b/reports/performance/_model.qmd index ff061de..baeeaae 100644 --- a/reports/performance/_model.qmd +++ b/reports/performance/_model.qmd @@ -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),