openstef 3.4.33__tar.gz → 3.4.37__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.33 → openstef-3.4.37}/PKG-INFO +19 -6
- {openstef-3.4.33 → openstef-3.4.37}/README.md +14 -1
- openstef-3.4.37/openstef/data/dutch_holidays.csv +1759 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/holiday_features.py +3 -3
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/create_component_forecast.py +13 -6
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/create_solar_forecast.py +2 -2
- {openstef-3.4.33 → openstef-3.4.37}/openstef.egg-info/PKG-INFO +19 -6
- {openstef-3.4.33 → openstef-3.4.37}/openstef.egg-info/SOURCES.txt +2 -2
- {openstef-3.4.33 → openstef-3.4.37}/openstef.egg-info/requires.txt +2 -1
- {openstef-3.4.33 → openstef-3.4.37}/setup.py +3 -4
- openstef-3.4.33/openstef/data/dutch_holidays_2020-2022.csv +0 -831
- {openstef-3.4.33 → openstef-3.4.37}/LICENSE +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/__main__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/app_settings.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_baseline_model.z.license +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/dazls_model_3.4.24/dazls_stored_3.4.24_model_card.md.license +0 -0
- /openstef-3.4.33/openstef/data/dutch_holidays_2020-2022.csv.license → /openstef-3.4.37/openstef/data/dutch_holidays.csv.license +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/pv_single_coefs.csv +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data/pv_single_coefs.csv.license +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data_classes/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data_classes/data_prep.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data_classes/model_specifications.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data_classes/prediction_job.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/data_classes/split_function.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/enums.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/exceptions.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/apply_features.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/data_preparation.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/feature_adder.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/feature_applicator.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/general.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/lag_features.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/missing_values_transformer.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/feature_engineering/weather_features.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/metrics/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/metrics/figure.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/metrics/metrics.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/metrics/reporter.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/basecase.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/confidence_interval_applicator.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/fallback.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/metamodels/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/metamodels/grouped_regressor.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/metamodels/missing_values_handler.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/model_creator.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/objective.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/objective_creator.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/arima.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/custom_regressor.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/dazls.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/flatliner.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/lgbm.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/linear.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/linear_quantile.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/regressor.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/xgb.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/xgb_multioutput_quantile.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/regressors/xgb_quantile.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/serializer.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model/standard_deviation_generator.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model_selection/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/model_selection/model_selection.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/monitoring/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/monitoring/performance_meter.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/monitoring/teams.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/create_basecase_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/create_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/optimize_hyperparameters.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/train_create_forecast_backtest.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/train_model.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/pipeline/utils.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/postprocessing/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/postprocessing/postprocessing.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/preprocessing/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/preprocessing/preprocessing.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/settings.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/calculate_kpi.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/create_basecase_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/create_components_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/create_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/create_wind_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/optimize_hyperparameters.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/split_forecast.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/train_model.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/utils/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/utils/dependencies.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/utils/predictionjobloop.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/tasks/utils/taskcontext.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/validation/__init__.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef/validation/validation.py +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef.egg-info/dependency_links.txt +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/openstef.egg-info/top_level.txt +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/pyproject.toml +0 -0
- {openstef-3.4.33 → openstef-3.4.37}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openstef
|
3
|
-
Version: 3.4.
|
3
|
+
Version: 3.4.37
|
4
4
|
Summary: Open short term energy forecaster
|
5
5
|
Home-page: https://github.com/OpenSTEF/openstef
|
6
6
|
Author: Alliander N.V
|
@@ -10,9 +10,8 @@ Keywords: energy,forecasting,machinelearning
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
14
|
-
|
15
|
-
Requires-Python: >=3.9.0
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
14
|
+
Requires-Python: >=3.11.0
|
16
15
|
Description-Content-Type: text/markdown
|
17
16
|
License-File: LICENSE
|
18
17
|
Requires-Dist: holidays==0.21
|
@@ -21,11 +20,12 @@ Requires-Dist: lightgbm~=3.3
|
|
21
20
|
Requires-Dist: matplotlib~=3.7
|
22
21
|
Requires-Dist: mlflow~=2.3
|
23
22
|
Requires-Dist: networkx~=3.1
|
23
|
+
Requires-Dist: numpy<3,>=2
|
24
24
|
Requires-Dist: optuna~=3.1
|
25
25
|
Requires-Dist: optuna-integration~=3.6
|
26
26
|
Requires-Dist: pandas~=2.2.0
|
27
27
|
Requires-Dist: plotly~=5.18
|
28
|
-
Requires-Dist: pvlib==0.
|
28
|
+
Requires-Dist: pvlib==0.10.5
|
29
29
|
Requires-Dist: pydantic~=2.4
|
30
30
|
Requires-Dist: pydantic-settings~=2.3
|
31
31
|
Requires-Dist: pymsteams~=0.2.2
|
@@ -63,7 +63,7 @@ OpenSTEF is a Python package designed for generating short-term forecasts in the
|
|
63
63
|
- [OpenSTEF](#openstef)
|
64
64
|
- [Table of contents](#table-of-contents)
|
65
65
|
- [External information sources](#external-information-sources)
|
66
|
-
- [Installation](#
|
66
|
+
- [Installation](#installation)
|
67
67
|
- [Usage](#usage)
|
68
68
|
- [Example notebooks](#example-notebooks)
|
69
69
|
- [Reference Implementation](#reference-implementation)
|
@@ -96,6 +96,19 @@ pip install pywin32==300
|
|
96
96
|
```
|
97
97
|
For more information on this issue see the [readme of pywin32](https://github.com/mhammond/pywin32#installing-via-pip) or [this Github issue](https://github.com/mhammond/pywin32/issues/1865#issue-1212752696).
|
98
98
|
|
99
|
+
## Remark regarding installation on Apple Silicon
|
100
|
+
|
101
|
+
If you want to install the `openstef` package on Apple Silicon (Mac with M1-chip or newer), you can encounter issues with the dependencies, such as `xgboost`. Solution:
|
102
|
+
|
103
|
+
1. Run `brew install libomp` (if you haven’t installed Homebrew: [follow instructions here](https://brew.sh/))
|
104
|
+
2. If your interpreter can not find the `libomp` installation in `/usr/local/bin`, it is probably in `/opt/brew/Cellar`. Run:
|
105
|
+
```sh
|
106
|
+
mkdir -p /usr/local/opt/libomp/
|
107
|
+
ln -s /opt/brew/Cellar/libomp/{your_version}/lib /usr/local/opt/libomp/lib
|
108
|
+
```
|
109
|
+
3. Uninstall `xgboost` with `pip` (`pip uninstall xgboost`) and install with `conda-forge` (`conda install -c conda-forge xgboost`)
|
110
|
+
4. If you encounter similar issues with `lightgbm`: uninstall `lightgbm` with `pip` (`pip uninstall lightgbm`) and install later version with `conda-forge` (`conda install -c conda-forge 'lightgbm>=4.2.0'`)
|
111
|
+
|
99
112
|
# Usage
|
100
113
|
|
101
114
|
## Example notebooks
|
@@ -26,7 +26,7 @@ OpenSTEF is a Python package designed for generating short-term forecasts in the
|
|
26
26
|
- [OpenSTEF](#openstef)
|
27
27
|
- [Table of contents](#table-of-contents)
|
28
28
|
- [External information sources](#external-information-sources)
|
29
|
-
- [Installation](#
|
29
|
+
- [Installation](#installation)
|
30
30
|
- [Usage](#usage)
|
31
31
|
- [Example notebooks](#example-notebooks)
|
32
32
|
- [Reference Implementation](#reference-implementation)
|
@@ -59,6 +59,19 @@ pip install pywin32==300
|
|
59
59
|
```
|
60
60
|
For more information on this issue see the [readme of pywin32](https://github.com/mhammond/pywin32#installing-via-pip) or [this Github issue](https://github.com/mhammond/pywin32/issues/1865#issue-1212752696).
|
61
61
|
|
62
|
+
## Remark regarding installation on Apple Silicon
|
63
|
+
|
64
|
+
If you want to install the `openstef` package on Apple Silicon (Mac with M1-chip or newer), you can encounter issues with the dependencies, such as `xgboost`. Solution:
|
65
|
+
|
66
|
+
1. Run `brew install libomp` (if you haven’t installed Homebrew: [follow instructions here](https://brew.sh/))
|
67
|
+
2. If your interpreter can not find the `libomp` installation in `/usr/local/bin`, it is probably in `/opt/brew/Cellar`. Run:
|
68
|
+
```sh
|
69
|
+
mkdir -p /usr/local/opt/libomp/
|
70
|
+
ln -s /opt/brew/Cellar/libomp/{your_version}/lib /usr/local/opt/libomp/lib
|
71
|
+
```
|
72
|
+
3. Uninstall `xgboost` with `pip` (`pip uninstall xgboost`) and install with `conda-forge` (`conda install -c conda-forge xgboost`)
|
73
|
+
4. If you encounter similar issues with `lightgbm`: uninstall `lightgbm` with `pip` (`pip uninstall lightgbm`) and install later version with `conda-forge` (`conda install -c conda-forge 'lightgbm>=4.2.0'`)
|
74
|
+
|
62
75
|
# Usage
|
63
76
|
|
64
77
|
## Example notebooks
|