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

94 validation support #100

Closed jsadler2 closed 3 years ago

jsadler2 commented 3 years ago

support for an explicit "validation" set. before I was just predicting on half of the "test" set. So half of the "test" set served as validation set and then if i wanted the other half, i called it the "ver" (short for verification) set. I think specifying an actual validation set is much more preferable.

jsadler2 commented 3 years ago

closes #97, #94

jsadler2 commented 3 years ago

Thank you, @aappling-usgs for the review!