Closed herbiebradley closed 3 years ago
Just sticking this here since it's a convenient place:
Model | Validation NSE (2010-2016) |
---|---|
Tuned Vanilla LSTM** | 0.8175 |
Vanilla 1D Conv model | 0.4309 |
WaveNet | 0.6975 |
FilterNet | 0.5978 |
Autoregressive* WaveNet | 0.3359 |
Autoregressive* FilterNet | 0.602 |
Autoregressive* LSTM | 0.6925 |
*Autoregressive here refers to including the previous 365 days of discharge data as an additional feature. **Hyperparameters: 10 layers, 100 hidden units, dropout probability of 0.2, 200 epochs of training.
Temperature and precipitation were the baseline features used in all models. The training set consisted of the data from 1986-2010, and validation set was 2010-2016.
Notebook to analyse whether NFM interventions are effective. CSV file is in #flood_data channel.