-
Hi Will, I'm trying to convert a long I've set up my targets pipeline as follows,
Do you mind providing advice here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Since |
Beta Was this translation helpful? Give feedback.
Since
training_set_list
is a target, dynamic branching seems like a reasonable thing to try: https://books.ropensci.org/targets/dynamic.html. (And because of the structure oftraining_set_list
, you might also consideriteration = "list"
for that target.) Since you are familiar with the Keras example, you might check out the interactive exercises in the branching chapter of the short course.