Looking at the example where 2 models are trained ...
# ask-metaflow
h
Looking at the example where 2 models are trained in parallel: https://outerbounds.com/docs/intro-tutorial-S2E3/ Could one also do this “dynamically” in parallel. Let us say we split a data frame into N folds and we want to fit a model for each fold where N could be passed to the flow as parameter?