EvanKomp
EvanKomp
@guillaumeeb I think that is a reasonable strategy, and pretty flexible. If you end up with an extreme case like mine where tasks can take order of magnitude differences in...
@dberenbaum ``` stages: preprocess: cmd: ./prepare.sh outs: - ./data/preprocessing/ predict: cmd ./predict.sh params: - model_type # One of A, B, C deps: - ./data/preprocessing/ # THIS ONLY NEEDS TO BE...
Affirmative. Thanks for your work. I think expanding on the yaml like you would with a `cache` tag would be best. eg. ``` stages: preprocess: cmd: ./prepare.sh outs: - ./data/preprocessing/...