2imi9 commited on
Commit
a83b2af
·
verified ·
1 Parent(s): 2f3a737

Upload models_v3/suitability_results_v3.json with huggingface_hub

Browse files
models_v3/suitability_results_v3.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "solar": {
3
+ "auc_cv": 0.9585,
4
+ "n": 3205,
5
+ "pos": 2159,
6
+ "neg": 1046
7
+ },
8
+ "wind": {
9
+ "auc_cv": 0.8976,
10
+ "n": 3254,
11
+ "pos": 2190,
12
+ "neg": 1064
13
+ },
14
+ "hydro": {
15
+ "auc_cv": 0.9184,
16
+ "n": 1281,
17
+ "pos": 868,
18
+ "neg": 413
19
+ },
20
+ "geothermal": {
21
+ "auc_cv": 0.9303,
22
+ "n": 260,
23
+ "pos": 160,
24
+ "neg": 100
25
+ },
26
+ "overall_cv": 0.9244,
27
+ "spatial_cv": 0.9039,
28
+ "spatial_cv_countries": 63
29
+ }