openstef 3.4.29__py3-none-any.whl → 3.4.44__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.
Files changed (37) hide show
  1. openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z +0 -0
  2. openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md +18 -0
  3. openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license +3 -0
  4. openstef/data/dutch_holidays.csv +1759 -0
  5. openstef/data/dutch_holidays.csv.license +3 -0
  6. openstef/data_classes/prediction_job.py +3 -1
  7. openstef/enums.py +105 -2
  8. openstef/feature_engineering/apply_features.py +26 -1
  9. openstef/feature_engineering/bidding_zone_to_country_mapping.py +106 -0
  10. openstef/feature_engineering/cyclic_features.py +102 -0
  11. openstef/feature_engineering/holiday_features.py +35 -26
  12. openstef/feature_engineering/missing_values_transformer.py +57 -15
  13. openstef/model/model_creator.py +24 -20
  14. openstef/model/objective.py +7 -7
  15. openstef/model/objective_creator.py +11 -11
  16. openstef/model/regressors/flatliner.py +4 -9
  17. openstef/model/regressors/linear_quantile.py +58 -9
  18. openstef/model/regressors/xgb.py +23 -0
  19. openstef/model_selection/model_selection.py +1 -1
  20. openstef/pipeline/create_component_forecast.py +13 -6
  21. openstef/pipeline/train_model.py +8 -5
  22. openstef/tasks/calculate_kpi.py +3 -3
  23. openstef/tasks/create_basecase_forecast.py +2 -2
  24. openstef/tasks/create_components_forecast.py +4 -4
  25. openstef/tasks/create_forecast.py +4 -4
  26. openstef/tasks/create_solar_forecast.py +4 -4
  27. openstef/tasks/optimize_hyperparameters.py +2 -2
  28. openstef/tasks/split_forecast.py +2 -2
  29. openstef/tasks/train_model.py +2 -2
  30. openstef/validation/validation.py +1 -1
  31. {openstef-3.4.29.dist-info → openstef-3.4.44.dist-info}/METADATA +38 -26
  32. {openstef-3.4.29.dist-info → openstef-3.4.44.dist-info}/RECORD +36 -30
  33. {openstef-3.4.29.dist-info → openstef-3.4.44.dist-info}/WHEEL +1 -1
  34. openstef/data/dutch_holidays_2020-2022.csv +0 -831
  35. /openstef/data/{dutch_holidays_2020-2022.csv.license → dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license} +0 -0
  36. {openstef-3.4.29.dist-info → openstef-3.4.44.dist-info}/LICENSE +0 -0
  37. {openstef-3.4.29.dist-info → openstef-3.4.44.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,18 @@
1
+
2
+ # Model details : dazls\_model\_baseline\_model
3
+
4
+ ## Description
5
+ **Model Name**: dazls\_model\_baseline\_model
6
+
7
+ **Author**: KTP, Alliander
8
+
9
+ **Model type**: Energy splitting model
10
+
11
+ **Model Architecture**: LinearRegression
12
+
13
+ **Date**: 2024-04-26
14
+
15
+ ## Intended use
16
+ This is a DAZLs model aimed at determining the energy splits for substations.
17
+ Each of these splits are determined based on a set of features that are available in production,
18
+ and in this case have their origin in the Dutch energy grid.********************
@@ -0,0 +1,3 @@
1
+ SPDX-FileCopyrightText: 2017-2023 Contributors to the OpenSTEF project <korte.termijn.prognoses@alliander.com>
2
+
3
+ SPDX-License-Identifier: MPL-2.0