openstef 3.4.68__py3-none-any.whl → 3.4.69__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openstef/model/confidence_interval_applicator.py +1 -1
- openstef/validation/validation.py +1 -1
- {openstef-3.4.68.dist-info → openstef-3.4.69.dist-info}/METADATA +1 -1
- {openstef-3.4.68.dist-info → openstef-3.4.69.dist-info}/RECORD +7 -7
- {openstef-3.4.68.dist-info → openstef-3.4.69.dist-info}/WHEEL +0 -0
- {openstef-3.4.68.dist-info → openstef-3.4.69.dist-info}/licenses/LICENSE +0 -0
- {openstef-3.4.68.dist-info → openstef-3.4.69.dist-info}/top_level.txt +0 -0
@@ -132,7 +132,7 @@ class ConfidenceIntervalApplicator:
|
|
132
132
|
now = (
|
133
133
|
pd.Series(datetime.now(tz=forecast_copy.index.tzinfo))
|
134
134
|
.min()
|
135
|
-
.round(f"{minimal_resolution}
|
135
|
+
.round(f"{minimal_resolution}min")
|
136
136
|
.to_pydatetime()
|
137
137
|
)
|
138
138
|
# Determine t_aheads by subtracting with now
|
@@ -283,7 +283,7 @@ def calc_completeness_dataframe(
|
|
283
283
|
median_timediff = int(
|
284
284
|
df.reset_index().iloc[:, 0].diff().median().total_seconds() / 60.0
|
285
285
|
)
|
286
|
-
df = df.resample("{:d}
|
286
|
+
df = df.resample("{:d}min".format(median_timediff)).mean()
|
287
287
|
|
288
288
|
if time_delayed is False:
|
289
289
|
# Calculate completeness
|
@@ -44,7 +44,7 @@ openstef/metrics/metrics.py,sha256=qV_EdzjKNiqEGKYUp4DL0KgsnCjTf4P9FqKcccFNF-o,1
|
|
44
44
|
openstef/metrics/reporter.py,sha256=2F1uRmh2MC-JH8Lsr1xGLxUFYDGfQ0Q85Pcjcc31TP0,7696
|
45
45
|
openstef/model/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
|
46
46
|
openstef/model/basecase.py,sha256=caI6Q-8y0ymlxGK9Js_H3Vh0q6ruNHlGD5RG0_kE5M0,2878
|
47
|
-
openstef/model/confidence_interval_applicator.py,sha256=
|
47
|
+
openstef/model/confidence_interval_applicator.py,sha256=VOdHsDJhfeyaq_cnk9QMUaZ2IumbiBBoW1zo8AuqDg0,9559
|
48
48
|
openstef/model/fallback.py,sha256=g6TEuEhV4w07SCGkR_AvPf2up9f0ixGKQojYC-Ewl6Y,2812
|
49
49
|
openstef/model/model_creator.py,sha256=lbWtarr9_PlMfG9u9Qbnzyw5GNcYIExt4-V3PevTRn8,6506
|
50
50
|
openstef/model/objective.py,sha256=qJdI6GAzv8l5Mxd8G7BIqQnfdJNM7aOlg9DMzMGjWqA,14558
|
@@ -102,9 +102,9 @@ openstef/tasks/utils/dependencies.py,sha256=Jy9dtV_G7lTEa5Cdy--wvMxJuAb0adb3R0X4
|
|
102
102
|
openstef/tasks/utils/predictionjobloop.py,sha256=Ysy3zF5lzPMz_asYDKeF5m0qgVT3tCtwSPihqMjnI5Q,9580
|
103
103
|
openstef/tasks/utils/taskcontext.py,sha256=O-LZ_wHEl5vbT8oB7EYtOeMkvk6EqCnI1-KiyER7Eu4,5407
|
104
104
|
openstef/validation/__init__.py,sha256=bIyGTSA4V5VoOLTwdaiJJAnozmpSzvQooVYlsf8H4eU,163
|
105
|
-
openstef/validation/validation.py,sha256=
|
106
|
-
openstef-3.4.
|
107
|
-
openstef-3.4.
|
108
|
-
openstef-3.4.
|
109
|
-
openstef-3.4.
|
110
|
-
openstef-3.4.
|
105
|
+
openstef/validation/validation.py,sha256=r6UqkdH5TMjsGfn8Ta07K1jkqmrVmwcPGfyQvMmZyO4,11459
|
106
|
+
openstef-3.4.69.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
107
|
+
openstef-3.4.69.dist-info/METADATA,sha256=6Uhp4aSLz8DGU3MMJJ9EojzQMl_YXMFVYy7tout5Kpg,8838
|
108
|
+
openstef-3.4.69.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
109
|
+
openstef-3.4.69.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
|
110
|
+
openstef-3.4.69.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|