Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.53 KB

RunningModel.md

File metadata and controls

22 lines (18 loc) · 2.53 KB

NSM_Cover

Snow Water Equivalent Machine Learning (SWEML): Using Machine Learning to Advance Snow State Modeling

Deploy Jupyter Book Badge Binder GeoSMART Use Case GitHub GitHub top language GitHub repo size

Model Running Instructions: Making a Model Inference

SWEML supports a flexible ML framework that allows the use and exploration of many ML algorithms. The Model folder exemplifies the model agnostic structure and variety of ML algorithms explored during the development of the model. We recommend using the Neural Network model as it has consistently proven to be the best performing model. After completing the Getting Started steps to set up the correct packages and versioning, one can begin to explore the model. Most files are linked to the CIROH AWS S3 folder but can also be made using the files within each directory. The hindcast simulation is set to the 2019 water year here, as we pre-compiled all of the necessary information to run and evaluate the model for this year. The model framework fully supports the use of other years in the 2013-2018 period but will require the user to turn on the Get_Monitoring_Data_Threaded(), Data_Processing(), and augmentPredictionDFs() functions. The 2019 simulation at a weekly temporal resolution takes approximately 90 seconds on a quality laptop and can quickly exceed 1 hour when running for a different year due to the data acquisition and processing.