Lilly Makkos commited on
Commit
0cc5bf3
·
1 Parent(s): ef16512

yaml added to readme

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # MultiTask ConvLSTM for Precipitation Prediction
2
 
3
  This repository contains two MultiTask ConvLSTM models:
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - precipitation
6
+ - convlstm
7
+ - multitask-learning
8
+ - climate
9
+ - vegetation
10
+ - amazon
11
+ model-index:
12
+ - name: MultiTask ConvLSTM
13
+ results:
14
+ - task:
15
+ type: time-series-forecasting
16
+ name: Precipitation Prediction
17
+ dataset:
18
+ name: ERA5-Land Amazon Basin (2021–2023)
19
+ type: reanalysis
20
+ metrics:
21
+ - type: mean_squared_error
22
+ value: 0.448
23
+ - type: spearman_correlation
24
+ value: 0.8412
25
+ - type: pearson_correlation
26
+ value: 0.8302
27
+ - type: kendall_tau
28
+ value: 0.6870
29
+ - type: nash_sutcliffe_efficiency
30
+ value: 0.6890
31
+ - type: f1
32
+ value: 0.9260
33
+ - type: accuracy
34
+ value: 0.9159
35
+ - type: precision
36
+ value: 0.9186
37
+ - type: ROC-AUC
38
+ value: 0.9754
39
+ - type: recall
40
+ value: 0.9335
41
+ ---
42
+
43
  # MultiTask ConvLSTM for Precipitation Prediction
44
 
45
  This repository contains two MultiTask ConvLSTM models: