Skip to content

Commit

Permalink
[USGS-R#214] training on later years
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadler2 committed Apr 28, 2023
1 parent a84cd00 commit b7c852d
Show file tree
Hide file tree
Showing 88 changed files with 71,500 additions and 75,009 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,200 changes: 2,100 additions & 2,100 deletions 2a_model/out/models/combined_FP_metrics.csv

Large diffs are not rendered by default.

18,060 changes: 9,030 additions & 9,030 deletions 2a_model/out/models/combined_month_metrics.csv

Large diffs are not rendered by default.

112,080 changes: 54,420 additions & 57,660 deletions 2a_model/out/models/combined_month_reach_metrics.csv

Large diffs are not rendered by default.

1,620 changes: 810 additions & 810 deletions 2a_model/out/models/combined_overall_metrics.csv

Large diffs are not rendered by default.

10,530 changes: 5,130 additions & 5,400 deletions 2a_model/out/models/combined_reach_metrics.csv

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions 2a_model/src/models/config_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ finetune_learning_rate: 0.01
early_stopping: False
validation_sites:
- "01475530"
- "01473500"
- "01475548"
train_start_date: '1980-10-01'
train_start_date: '2007-10-01'
train_end_date: '2015-10-01'
val_start_date: '2015-10-01'
val_end_date: '2021-10-01'
val_end_date: '2019-10-01'
x_vars:
- "tmmn"
- "tmmx"
Expand Down
12 changes: 6 additions & 6 deletions 3_visualize.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ p3_targets_list <- list(
),

# Save png map of site locations
tar_target(
p3_site_map_png,
map_sites(flowlines = p1_nhd_reaches_sf,
matched_sites = p2a_site_splits,
out_file = "3_visualize/out/do_site_map.png")
),
#tar_target(
#p3_site_map_png,
#map_sites(flowlines = p1_nhd_reaches_sf,
#matched_sites = p2a_site_splits,
#out_file = "3_visualize/out/do_site_map.png")
#),

# Save json map of site locations
tar_target(
Expand Down
2 changes: 1 addition & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ base_config_options <- list(
out_dir = "../../../out/models",
# random seed for training; If FALSE, no seed. Otherwise, specify the seed:
seed = FALSE,
num_replicates = 3,
num_replicates = 10,
trn_offset = 1,
tst_val_offset = 1,
epochs = 100,
Expand Down

0 comments on commit b7c852d

Please sign in to comment.