Update config.json
Browse files- config.json +9 -1
config.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
-
"output_quantiles":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"model_name": "openclimatefix/pvnet_uk_region",
|
5 |
"model_version": "4009df82e63e30546e2000728bff34b9c0520617",
|
6 |
"output_network": {
|
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
+
"output_quantiles": [
|
4 |
+
0.02,
|
5 |
+
0.1,
|
6 |
+
0.25,
|
7 |
+
0.5,
|
8 |
+
0.75,
|
9 |
+
0.9,
|
10 |
+
0.98
|
11 |
+
],
|
12 |
"model_name": "openclimatefix/pvnet_uk_region",
|
13 |
"model_version": "4009df82e63e30546e2000728bff34b9c0520617",
|
14 |
"output_network": {
|