Skip to content

Commit

Permalink
Fixup spacing and lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 16, 2024
1 parent 9c3caaf commit 325678c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pipeline/00-ingest.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ rm(AWS_ATHENA_CONN_NOCTUA)




#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 3. Define Functions ----------------------------------------------------------
#- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
3 changes: 1 addition & 2 deletions reports/performance/_outliers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ y_lim_axis_outlier_breakdown <- training_data %>%
summarise(max_value = max(n)) %>%
pull(max_value)
training_data %>%
filter(sv_is_outlier) %>%
count(price_outlier_reason) %>%
Expand Down Expand Up @@ -65,7 +64,6 @@ training_data %>%
kable() %>%
kable_styling("striped")
training_data %>%
filter(sv_is_outlier) %>%
group_by(meta_year, price_outlier_reason) %>%
Expand Down Expand Up @@ -457,6 +455,7 @@ outlier_decile_breakout <- function(data, dec) {
) +
theme_minimal() +
theme(
axis.text.x = element_text(angle = 60, hjust = 1),
axis.text.y = element_text(angle = 45, hjust = 1),
axis.title.y = element_blank(),
axis.title.x = element_blank()
Expand Down

0 comments on commit 325678c

Please sign in to comment.