openstef 3.2.61__py3-none-any.whl → 3.2.62__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/pipeline/optimize_hyperparameters.py +6 -6
- {openstef-3.2.61.dist-info → openstef-3.2.62.dist-info}/METADATA +1 -1
- {openstef-3.2.61.dist-info → openstef-3.2.62.dist-info}/RECORD +6 -6
- {openstef-3.2.61.dist-info → openstef-3.2.62.dist-info}/LICENSE +0 -0
- {openstef-3.2.61.dist-info → openstef-3.2.62.dist-info}/WHEEL +0 -0
- {openstef-3.2.61.dist-info → openstef-3.2.62.dist-info}/top_level.txt +0 -0
@@ -206,12 +206,12 @@ def optimize_hyperparameters_pipeline_core(
|
|
206
206
|
hyper_params=best_hyperparams,
|
207
207
|
)
|
208
208
|
|
209
|
-
#
|
210
|
-
#
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
209
|
+
# Train a model using the regular train pipeline.
|
210
|
+
# The train/validation/test split used in hyperparam optimisation
|
211
|
+
# is less suitable for an operational model.
|
212
|
+
best_model, report, modelspecs, _ = train_model_pipeline_core(
|
213
|
+
pj=pj, input_data=input_data, model_specs=model_specs
|
214
|
+
)
|
215
215
|
|
216
216
|
# Save model and report. Report is always saved to MLFlow and optionally to disk
|
217
217
|
report = objective.create_report(model=best_model)
|
@@ -58,7 +58,7 @@ openstef/pipeline/__init__.py,sha256=e7h0IiPqbDYHNbQ3DglnbLqGEKOB4Y8YcHa16oQPNj4
|
|
58
58
|
openstef/pipeline/create_basecase_forecast.py,sha256=JwRkEf9cuWYSXO9G06TBLdpL6eZIvg7SgPM1Ek8suQ4,4284
|
59
59
|
openstef/pipeline/create_component_forecast.py,sha256=PAPVQ4zKaVKvb9NuqCVFSy6ePegxiETDDghR1-atv1s,5009
|
60
60
|
openstef/pipeline/create_forecast.py,sha256=ZqbHXC4Xnybt0amIabSiK98Da0e3-vjqnL3zxrkKpmo,5008
|
61
|
-
openstef/pipeline/optimize_hyperparameters.py,sha256=
|
61
|
+
openstef/pipeline/optimize_hyperparameters.py,sha256=SdYaHOo5kFJQloCY_X0ohryH3tUVsyyiOeGtYDgnno8,10824
|
62
62
|
openstef/pipeline/train_create_forecast_backtest.py,sha256=eOzFUsk09DbbRnJ5xwtGz38KDrL6ovzb-EeP1HoDJQU,5444
|
63
63
|
openstef/pipeline/train_model.py,sha256=Wy9rWAoB8QF0wphx_d-gTKa0akUkU9wdqBlr4t9PmWo,17861
|
64
64
|
openstef/pipeline/utils.py,sha256=TAkJpK1scY7WUSMz9GvsvJUSu-FkrySTF_qbKQv82jA,2086
|
@@ -83,8 +83,8 @@ openstef/tasks/utils/predictionjobloop.py,sha256=_gPzcGKVkITtelDT29PDsQC-eCeDece
|
|
83
83
|
openstef/tasks/utils/taskcontext.py,sha256=ZKHj-SPrBXAbGpx1UDYUBHpgWT1aypb9ueIq-reSp7o,5401
|
84
84
|
openstef/validation/__init__.py,sha256=e7h0IiPqbDYHNbQ3DglnbLqGEKOB4Y8YcHa16oQPNj4,163
|
85
85
|
openstef/validation/validation.py,sha256=Chzbfgxk_ckUnKrASlbP0_wfzh73UgY5saMAyhSBK0U,16917
|
86
|
-
openstef-3.2.
|
87
|
-
openstef-3.2.
|
88
|
-
openstef-3.2.
|
89
|
-
openstef-3.2.
|
90
|
-
openstef-3.2.
|
86
|
+
openstef-3.2.62.dist-info/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
87
|
+
openstef-3.2.62.dist-info/METADATA,sha256=JiEIJqGjFX7GkFynxAsWw4wG_zgHuJ8NZ6OBNgTlAco,6970
|
88
|
+
openstef-3.2.62.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
89
|
+
openstef-3.2.62.dist-info/top_level.txt,sha256=kD0H4PqrQoncZ957FvqwfBxa89kTrun4Z_RAPs_HhLs,9
|
90
|
+
openstef-3.2.62.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|