Skip to content

Update condo model report to include train test split and descriptives#165

Open
Damonamajor wants to merge 3 commits into
masterfrom
148-update-condo-model-report-to-include-train-test-split-and-descriptives
Open

Update condo model report to include train test split and descriptives#165
Damonamajor wants to merge 3 commits into
masterfrom
148-update-condo-model-report-to-include-train-test-split-and-descriptives

Conversation

@wrridgeway wrridgeway left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 tiny change and this is good to go. Sorry it took so long to review! We should probably make the same change in the res repo, too.

Comment on lines +54 to +57
mutate(across(c(
rmse, starts_with("sale_fmv_"),
starts_with("estimate_fmv_")
), scales::dollar)) %>%

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add MAE to the columns formatted with dollar signs, since it's in the same units as our target variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update condo model report to include train-test split, and descriptives

2 participants