USGS-R / regional-hydrologic-forcings-ml

Repo for machine learning models for regional prediction of hydrologic forcing functions. Includes probabilistic seasonal high flow regions for CONUS, and prediction of high flow metrics for selected regions.
Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

Check select(-contains()) for unintended attributes #172

Closed jds485 closed 1 year ago

jds485 commented 1 year ago

Example: refine_features function drops longterm averages with 'LON' specified. That's okay because the weighted averages were retained, but would be better to specify all columns that are dropped.