USGS-R / river-dl

Deep learning model for predicting environmental variables on river systems
Creative Commons Zero v1.0 Universal
21 stars 15 forks source link

move task definition from snakefile to config #132

Closed janetrbarclay closed 2 years ago

janetrbarclay commented 2 years ago

This moves the definition of the y variables (for both pretraining and finetuning) into the config file rather than having them hard coded into the Snakefile. Also, the number of tasks for predicting and training is determined from the number of y variable names rather than being specified.

jzwart commented 2 years ago

Looks good to me too.