Skip to content

Commit

Permalink
no need to run model diagnostics on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed May 20, 2024
1 parent ae0b8f2 commit c56561c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ tar_plan(
# separate, static report that is published with plots and other model
# diagnostics for each station.

tar_target(
resid_daily,
plot_tsresids(models_daily |> filter(meta_station_id == "az01")) +
patchwork::plot_annotation(title = forecast_qa_vars),
pattern = map(models_daily, forecast_qa_vars),
iteration = "list"
),
# tar_target(
# resid_daily,
# plot_tsresids(models_daily |> filter(meta_station_id == "az01")) +
# patchwork::plot_annotation(title = forecast_qa_vars),
# pattern = map(models_daily, forecast_qa_vars),
# iteration = "list"
# ),

# Forecasting -------------------------------------------------------------
# re-fit model with data up to yesterday, forecast today, return a tibble
Expand Down

0 comments on commit c56561c

Please sign in to comment.