openstef 3.4.83__tar.gz → 3.4.86__tar.gz
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-3.4.83 → openstef-3.4.86}/PKG-INFO +4 -2
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/create_forecast.py +1 -5
- {openstef-3.4.83 → openstef-3.4.86}/openstef.egg-info/PKG-INFO +4 -2
- {openstef-3.4.83 → openstef-3.4.86}/openstef.egg-info/requires.txt +4 -1
- {openstef-3.4.83 → openstef-3.4.86}/setup.py +4 -1
- {openstef-3.4.83 → openstef-3.4.86}/LICENSE +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/README.md +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/__main__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/app_settings.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/NL_terrestrial_radiation.csv +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/NL_terrestrial_radiation.csv.license +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dutch_holidays.csv +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/dutch_holidays.csv.license +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/pv_single_coefs.csv +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data/pv_single_coefs.csv.license +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data_classes/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data_classes/data_prep.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data_classes/model_specifications.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data_classes/prediction_job.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/data_classes/split_function.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/enums.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/exceptions.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/apply_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/bidding_zone_to_country_mapping.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/cyclic_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/data_preparation.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/feature_adder.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/feature_applicator.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/general.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/holiday_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/lag_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/missing_values_transformer.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/rolling_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/weather_features.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/base_logger.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/logger_factory.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/logger_types.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/standard_logger.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/logging/structlog_logger.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/metrics/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/metrics/figure.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/metrics/metrics.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/metrics/reporter.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/basecase.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/confidence_interval_applicator.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/fallback.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/metamodels/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/metamodels/feature_clipper.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/metamodels/grouped_regressor.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/metamodels/missing_values_handler.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/model_creator.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/objective.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/objective_creator.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/arima.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/custom_regressor.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/dazls.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/flatliner.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/gblinear_quantile.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/lgbm.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/linear.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/linear_quantile.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/median.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/regressor.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/xgb.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/xgb_multioutput_quantile.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/regressors/xgb_quantile.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/serializer.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model/standard_deviation_generator.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model_selection/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/model_selection/model_selection.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/monitoring/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/monitoring/performance_meter.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/monitoring/teams.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/create_basecase_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/create_component_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/create_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/optimize_hyperparameters.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/train_create_forecast_backtest.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/train_model.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/pipeline/utils.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/plotting/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/plotting/load_forecast_plotter.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/postprocessing/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/postprocessing/postprocessing.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/preprocessing/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/preprocessing/preprocessing.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/settings.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/calculate_kpi.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/create_basecase_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/create_components_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/create_solar_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/create_wind_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/optimize_hyperparameters.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/split_forecast.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/train_model.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/utils/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/utils/dependencies.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/utils/predictionjobloop.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/tasks/utils/taskcontext.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/validation/__init__.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef/validation/validation.py +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef.egg-info/SOURCES.txt +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef.egg-info/dependency_links.txt +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/openstef.egg-info/top_level.txt +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/pyproject.toml +0 -0
- {openstef-3.4.83 → openstef-3.4.86}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openstef
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.86
|
|
4
4
|
Summary: Open short term energy forecaster
|
|
5
5
|
Home-page: https://github.com/OpenSTEF/openstef
|
|
6
6
|
Author: Alliander N.V
|
|
@@ -18,7 +18,7 @@ Requires-Dist: holidays==0.21
|
|
|
18
18
|
Requires-Dist: joblib==1.3.2
|
|
19
19
|
Requires-Dist: lightgbm>=4.0
|
|
20
20
|
Requires-Dist: matplotlib~=3.7
|
|
21
|
-
Requires-Dist: mlflow
|
|
21
|
+
Requires-Dist: mlflow-skinny<4.0,>=2.0
|
|
22
22
|
Requires-Dist: networkx~=3.1
|
|
23
23
|
Requires-Dist: numpy<3,>=2
|
|
24
24
|
Requires-Dist: optuna~=3.1
|
|
@@ -38,6 +38,8 @@ Provides-Extra: cpu
|
|
|
38
38
|
Requires-Dist: xgboost-cpu~=2.0; extra == "cpu"
|
|
39
39
|
Provides-Extra: gpu
|
|
40
40
|
Requires-Dist: xgboost; extra == "gpu"
|
|
41
|
+
Provides-Extra: mlflow-full
|
|
42
|
+
Requires-Dist: mlflow<4.0,>=2.0; extra == "mlflow-full"
|
|
41
43
|
Dynamic: author
|
|
42
44
|
Dynamic: author-email
|
|
43
45
|
Dynamic: classifier
|
|
@@ -82,13 +82,9 @@ def create_forecast_task(
|
|
|
82
82
|
location=[pj["lat"], pj["lon"]],
|
|
83
83
|
datetime_start=datetime_start,
|
|
84
84
|
datetime_end=datetime_end,
|
|
85
|
-
|
|
85
|
+
entsoe_bidding_zone=pj.electricity_bidding_zone.value,
|
|
86
86
|
)
|
|
87
87
|
|
|
88
|
-
# Add APX price to the input data for backward compatibility,remove this line when all models are retrained
|
|
89
|
-
if pj.electricity_bidding_zone == BiddingZone.NL:
|
|
90
|
-
input_data["APX"] = input_data["day_ahead_electricity_price"]
|
|
91
|
-
|
|
92
88
|
try:
|
|
93
89
|
# Make forecast with the forecast pipeline
|
|
94
90
|
forecast = create_forecast_pipeline(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openstef
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.86
|
|
4
4
|
Summary: Open short term energy forecaster
|
|
5
5
|
Home-page: https://github.com/OpenSTEF/openstef
|
|
6
6
|
Author: Alliander N.V
|
|
@@ -18,7 +18,7 @@ Requires-Dist: holidays==0.21
|
|
|
18
18
|
Requires-Dist: joblib==1.3.2
|
|
19
19
|
Requires-Dist: lightgbm>=4.0
|
|
20
20
|
Requires-Dist: matplotlib~=3.7
|
|
21
|
-
Requires-Dist: mlflow
|
|
21
|
+
Requires-Dist: mlflow-skinny<4.0,>=2.0
|
|
22
22
|
Requires-Dist: networkx~=3.1
|
|
23
23
|
Requires-Dist: numpy<3,>=2
|
|
24
24
|
Requires-Dist: optuna~=3.1
|
|
@@ -38,6 +38,8 @@ Provides-Extra: cpu
|
|
|
38
38
|
Requires-Dist: xgboost-cpu~=2.0; extra == "cpu"
|
|
39
39
|
Provides-Extra: gpu
|
|
40
40
|
Requires-Dist: xgboost; extra == "gpu"
|
|
41
|
+
Provides-Extra: mlflow-full
|
|
42
|
+
Requires-Dist: mlflow<4.0,>=2.0; extra == "mlflow-full"
|
|
41
43
|
Dynamic: author
|
|
42
44
|
Dynamic: author-email
|
|
43
45
|
Dynamic: classifier
|
|
@@ -33,7 +33,7 @@ def read_long_description_from_readme():
|
|
|
33
33
|
|
|
34
34
|
setup(
|
|
35
35
|
name="openstef",
|
|
36
|
-
version="3.4.
|
|
36
|
+
version="3.4.86",
|
|
37
37
|
packages=find_packages(include=["openstef", "openstef.*"]),
|
|
38
38
|
description="Open short term energy forecaster",
|
|
39
39
|
long_description=read_long_description_from_readme(),
|
|
@@ -64,5 +64,8 @@ setup(
|
|
|
64
64
|
"xgboost-cpu~=2.0"
|
|
65
65
|
], # Add xgboost-cpu to avoid install large xgboost package when not using GPU
|
|
66
66
|
"gpu": ["xgboost"], # Needed to install xgboost with GPU support in normal case
|
|
67
|
+
"mlflow-full": [
|
|
68
|
+
"mlflow>=2.0,<4.0",
|
|
69
|
+
],
|
|
67
70
|
},
|
|
68
71
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/bidding_zone_to_country_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openstef-3.4.83 → openstef-3.4.86}/openstef/feature_engineering/missing_values_transformer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|