Closed jsadler2 closed 4 years ago
So looks like I still have some things to figure out about
Even in my training it's performing quite poorly:
It's getting seasonal cycles, but none of the events pretty much:
Maybe I just don't have enough training data and I should try to use all of the segments. But if that's the case, I should probably use the segment (catchment) attributes too.
I ran the
simple_streamflow_lstm.py
script to get these results. This is a model trained only on one segment. These are the predictions for segment2038
:With these predictors: ['seg_tave_air', 'seg_rain', 'seg_tave_water', 'seg_upstream_inflow']
Without 'seg_upstream_inflow'
Run info: Epochs: 40 Optimizer: Adam Loss: MAE Learning rate: 0.001