spotforecast2-safe 1.0.1__tar.gz → 1.0.3__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.
- spotforecast2_safe-1.0.3/PKG-INFO +113 -0
- spotforecast2_safe-1.0.3/README.md +72 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/pyproject.toml +7 -2
- spotforecast2_safe-1.0.1/PKG-INFO +0 -86
- spotforecast2_safe-1.0.1/README.md +0 -48
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/data/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/data/data.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/data/fetch_data.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/exceptions.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/base.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/recursive/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/recursive/_forecaster_equivalent_date.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/recursive/_forecaster_recursive.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/recursive/_warnings.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/utils.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/_binner.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/_common.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/_differentiator.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/_rolling.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/curate_data.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/imputation.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/outlier.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/split.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/processing/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/processing/agg_predict.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/processing/n2n_predict.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/processing/n2n_predict_with_covariates.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/py.typed +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/convert_to_utc.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/data_transform.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/forecaster_config.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/generate_holiday.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/validation.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/weather/__init__.py +0 -0
- {spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/weather/weather_client.py +0 -0
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: spotforecast2-safe
|
|
3
|
+
Version: 1.0.3
|
|
4
|
+
Summary: spotforecast2-safe (Core): Safety-critical time series forecasting for production
|
|
5
|
+
Author: bartzbeielstein
|
|
6
|
+
Author-email: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com>
|
|
7
|
+
Requires-Dist: astral>=3.2
|
|
8
|
+
Requires-Dist: feature-engine>=1.9.3
|
|
9
|
+
Requires-Dist: flake8>=7.3.0
|
|
10
|
+
Requires-Dist: holidays>=0.90
|
|
11
|
+
Requires-Dist: ipykernel>=7.1.0
|
|
12
|
+
Requires-Dist: jupyter>=1.1.1
|
|
13
|
+
Requires-Dist: lightgbm>=4.6.0
|
|
14
|
+
Requires-Dist: matplotlib>=3.10.8
|
|
15
|
+
Requires-Dist: numba>=0.63.1
|
|
16
|
+
Requires-Dist: optuna>=4.7.0
|
|
17
|
+
Requires-Dist: pandas>=3.0.0
|
|
18
|
+
Requires-Dist: plotly>=6.5.2
|
|
19
|
+
Requires-Dist: pyarrow>=23.0.0
|
|
20
|
+
Requires-Dist: scikit-learn>=1.8.0
|
|
21
|
+
Requires-Dist: shap>=0.49.1
|
|
22
|
+
Requires-Dist: spotoptim>=0.0.160
|
|
23
|
+
Requires-Dist: tqdm>=4.67.2
|
|
24
|
+
Requires-Dist: pytest>=9.0.2 ; extra == 'dev'
|
|
25
|
+
Requires-Dist: pytest-cov>=6.0.0 ; extra == 'dev'
|
|
26
|
+
Requires-Dist: black>=24.1.0 ; extra == 'dev'
|
|
27
|
+
Requires-Dist: isort>=5.13.0 ; extra == 'dev'
|
|
28
|
+
Requires-Dist: ruff>=0.3.0 ; extra == 'dev'
|
|
29
|
+
Requires-Dist: mkdocs>=1.6.1 ; extra == 'dev'
|
|
30
|
+
Requires-Dist: mkdocs-material>=9.7.1 ; extra == 'dev'
|
|
31
|
+
Requires-Dist: mkdocstrings>=1.0.2 ; extra == 'dev'
|
|
32
|
+
Requires-Dist: mkdocstrings-python>=2.0.1 ; extra == 'dev'
|
|
33
|
+
Requires-Dist: safety>=3.0.0 ; extra == 'dev'
|
|
34
|
+
Requires-Dist: bandit>=1.8.0 ; extra == 'dev'
|
|
35
|
+
Requires-Python: >=3.13
|
|
36
|
+
Project-URL: Documentation, https://sequential-parameter-optimization.github.io/spotforecast2-safe/
|
|
37
|
+
Project-URL: Repository, https://github.com/sequential-parameter-optimization/spotforecast2-safe
|
|
38
|
+
Project-URL: Issues, https://github.com/sequential-parameter-optimization/spotforecast2-safe/issues
|
|
39
|
+
Provides-Extra: dev
|
|
40
|
+
Description-Content-Type: text/markdown
|
|
41
|
+
|
|
42
|
+
<div align="left">
|
|
43
|
+
<img src="logo/spotlogo.png" alt="spotforecast2-safe Logo" width="300">
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
# spotforecast2-safe (Core)
|
|
47
|
+
|
|
48
|
+
[](https://www.python.org/downloads/)
|
|
49
|
+
[](MODEL_CARD.md)
|
|
50
|
+
[](pyproject.toml)
|
|
51
|
+
[](MODEL_CARD.md)
|
|
52
|
+
[](LICENSE)
|
|
53
|
+
|
|
54
|
+
**Testing & Quality**
|
|
55
|
+
|
|
56
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
57
|
+
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
58
|
+
[](MODEL_CARD.md)
|
|
59
|
+
|
|
60
|
+
**Status**
|
|
61
|
+
|
|
62
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe)
|
|
63
|
+
[](https://github.com/psf/black)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## Safety-Critical Design
|
|
68
|
+
|
|
69
|
+
`spotforecast2-safe` is a specialized Python library designed for time series forecasting in **safety-critical production environments** and **embedded systems**.
|
|
70
|
+
|
|
71
|
+
Unlike standard ML libraries, it follows a strict **"Safety-First"** architecture:
|
|
72
|
+
- **Zero Dead Code**: The package contains no visualization (Plotly), optimization (Optuna), or training logic. This significantly simplifies code audits and minimizes the cybersecurity attack surface (CVE reduction).
|
|
73
|
+
- **Deterministic Logic**: Transformations are purely mathematical and deterministic. Identical inputs always yield identical, bit-perfect outputs.
|
|
74
|
+
- **Fail-Safe Operation**: Explicit rejection of incomplete or "dirty" data (NaNs/Infs). The system favors a controlled crash over a silent failure.
|
|
75
|
+
- **EU AI Act Compliance**: Engineered for transparency and data governance as required for high-risk AI components.
|
|
76
|
+
|
|
77
|
+
For a detailed technical audit of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
|
|
78
|
+
|
|
79
|
+
## ⚠️ Disclaimer & Liability
|
|
80
|
+
|
|
81
|
+
**IMPORTANT**: This software is provided "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed.
|
|
82
|
+
|
|
83
|
+
In no event shall the authors, copyright holders, or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
|
|
84
|
+
|
|
85
|
+
**The use of this software in safety-critical systems is at the sole risk of the user.**
|
|
86
|
+
|
|
87
|
+
## Attributions
|
|
88
|
+
|
|
89
|
+
Parts of the code are ported from `skforecast` to reduce external dependencies.
|
|
90
|
+
Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
|
|
91
|
+
|
|
92
|
+
## Documentation
|
|
93
|
+
|
|
94
|
+
Documentation (API) is available at: [https://sequential-parameter-optimization.github.io/spotforecast2-safe/](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
95
|
+
|
|
96
|
+
## License
|
|
97
|
+
|
|
98
|
+
`spotforecast2-safe` software: [BSD-3-Clause License](LICENSE)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# References
|
|
102
|
+
|
|
103
|
+
## spotforecast2
|
|
104
|
+
|
|
105
|
+
The "full" version of `spotforecast2-safe`, which is named `spotforecast`, is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
|
|
106
|
+
|
|
107
|
+
## skforecast
|
|
108
|
+
|
|
109
|
+
* Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
|
|
110
|
+
|
|
111
|
+
## spotoptim
|
|
112
|
+
|
|
113
|
+
* [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<div align="left">
|
|
2
|
+
<img src="logo/spotlogo.png" alt="spotforecast2-safe Logo" width="300">
|
|
3
|
+
</div>
|
|
4
|
+
|
|
5
|
+
# spotforecast2-safe (Core)
|
|
6
|
+
|
|
7
|
+
[](https://www.python.org/downloads/)
|
|
8
|
+
[](MODEL_CARD.md)
|
|
9
|
+
[](pyproject.toml)
|
|
10
|
+
[](MODEL_CARD.md)
|
|
11
|
+
[](LICENSE)
|
|
12
|
+
|
|
13
|
+
**Testing & Quality**
|
|
14
|
+
|
|
15
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
16
|
+
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
17
|
+
[](MODEL_CARD.md)
|
|
18
|
+
|
|
19
|
+
**Status**
|
|
20
|
+
|
|
21
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe)
|
|
22
|
+
[](https://github.com/psf/black)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Safety-Critical Design
|
|
27
|
+
|
|
28
|
+
`spotforecast2-safe` is a specialized Python library designed for time series forecasting in **safety-critical production environments** and **embedded systems**.
|
|
29
|
+
|
|
30
|
+
Unlike standard ML libraries, it follows a strict **"Safety-First"** architecture:
|
|
31
|
+
- **Zero Dead Code**: The package contains no visualization (Plotly), optimization (Optuna), or training logic. This significantly simplifies code audits and minimizes the cybersecurity attack surface (CVE reduction).
|
|
32
|
+
- **Deterministic Logic**: Transformations are purely mathematical and deterministic. Identical inputs always yield identical, bit-perfect outputs.
|
|
33
|
+
- **Fail-Safe Operation**: Explicit rejection of incomplete or "dirty" data (NaNs/Infs). The system favors a controlled crash over a silent failure.
|
|
34
|
+
- **EU AI Act Compliance**: Engineered for transparency and data governance as required for high-risk AI components.
|
|
35
|
+
|
|
36
|
+
For a detailed technical audit of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
|
|
37
|
+
|
|
38
|
+
## ⚠️ Disclaimer & Liability
|
|
39
|
+
|
|
40
|
+
**IMPORTANT**: This software is provided "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed.
|
|
41
|
+
|
|
42
|
+
In no event shall the authors, copyright holders, or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
|
|
43
|
+
|
|
44
|
+
**The use of this software in safety-critical systems is at the sole risk of the user.**
|
|
45
|
+
|
|
46
|
+
## Attributions
|
|
47
|
+
|
|
48
|
+
Parts of the code are ported from `skforecast` to reduce external dependencies.
|
|
49
|
+
Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
|
|
50
|
+
|
|
51
|
+
## Documentation
|
|
52
|
+
|
|
53
|
+
Documentation (API) is available at: [https://sequential-parameter-optimization.github.io/spotforecast2-safe/](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
54
|
+
|
|
55
|
+
## License
|
|
56
|
+
|
|
57
|
+
`spotforecast2-safe` software: [BSD-3-Clause License](LICENSE)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
# References
|
|
61
|
+
|
|
62
|
+
## spotforecast2
|
|
63
|
+
|
|
64
|
+
The "full" version of `spotforecast2-safe`, which is named `spotforecast`, is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
|
|
65
|
+
|
|
66
|
+
## skforecast
|
|
67
|
+
|
|
68
|
+
* Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
|
|
69
|
+
|
|
70
|
+
## spotoptim
|
|
71
|
+
|
|
72
|
+
* [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "spotforecast2-safe"
|
|
3
|
-
version = "1.0.
|
|
4
|
-
description = "
|
|
3
|
+
version = "1.0.3"
|
|
4
|
+
description = "spotforecast2-safe (Core): Safety-critical time series forecasting for production"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
7
7
|
{ name = "bartzbeielstein", email = "32470350+bartzbeielstein@users.noreply.github.com" }
|
|
@@ -27,6 +27,11 @@ dependencies = [
|
|
|
27
27
|
"tqdm>=4.67.2",
|
|
28
28
|
]
|
|
29
29
|
|
|
30
|
+
[project.urls]
|
|
31
|
+
Documentation = "https://sequential-parameter-optimization.github.io/spotforecast2-safe/"
|
|
32
|
+
Repository = "https://github.com/sequential-parameter-optimization/spotforecast2-safe"
|
|
33
|
+
Issues = "https://github.com/sequential-parameter-optimization/spotforecast2-safe/issues"
|
|
34
|
+
|
|
30
35
|
[build-system]
|
|
31
36
|
requires = ["uv_build>=0.9.18,<0.10.0"]
|
|
32
37
|
build-backend = "uv_build"
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: spotforecast2-safe
|
|
3
|
-
Version: 1.0.1
|
|
4
|
-
Summary: Safe forecasting with spot
|
|
5
|
-
Author: bartzbeielstein
|
|
6
|
-
Author-email: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com>
|
|
7
|
-
Requires-Dist: astral>=3.2
|
|
8
|
-
Requires-Dist: feature-engine>=1.9.3
|
|
9
|
-
Requires-Dist: flake8>=7.3.0
|
|
10
|
-
Requires-Dist: holidays>=0.90
|
|
11
|
-
Requires-Dist: ipykernel>=7.1.0
|
|
12
|
-
Requires-Dist: jupyter>=1.1.1
|
|
13
|
-
Requires-Dist: lightgbm>=4.6.0
|
|
14
|
-
Requires-Dist: matplotlib>=3.10.8
|
|
15
|
-
Requires-Dist: numba>=0.63.1
|
|
16
|
-
Requires-Dist: optuna>=4.7.0
|
|
17
|
-
Requires-Dist: pandas>=3.0.0
|
|
18
|
-
Requires-Dist: plotly>=6.5.2
|
|
19
|
-
Requires-Dist: pyarrow>=23.0.0
|
|
20
|
-
Requires-Dist: scikit-learn>=1.8.0
|
|
21
|
-
Requires-Dist: shap>=0.49.1
|
|
22
|
-
Requires-Dist: spotoptim>=0.0.160
|
|
23
|
-
Requires-Dist: tqdm>=4.67.2
|
|
24
|
-
Requires-Dist: pytest>=9.0.2 ; extra == 'dev'
|
|
25
|
-
Requires-Dist: pytest-cov>=6.0.0 ; extra == 'dev'
|
|
26
|
-
Requires-Dist: black>=24.1.0 ; extra == 'dev'
|
|
27
|
-
Requires-Dist: isort>=5.13.0 ; extra == 'dev'
|
|
28
|
-
Requires-Dist: ruff>=0.3.0 ; extra == 'dev'
|
|
29
|
-
Requires-Dist: mkdocs>=1.6.1 ; extra == 'dev'
|
|
30
|
-
Requires-Dist: mkdocs-material>=9.7.1 ; extra == 'dev'
|
|
31
|
-
Requires-Dist: mkdocstrings>=1.0.2 ; extra == 'dev'
|
|
32
|
-
Requires-Dist: mkdocstrings-python>=2.0.1 ; extra == 'dev'
|
|
33
|
-
Requires-Dist: safety>=3.0.0 ; extra == 'dev'
|
|
34
|
-
Requires-Dist: bandit>=1.8.0 ; extra == 'dev'
|
|
35
|
-
Requires-Python: >=3.13
|
|
36
|
-
Provides-Extra: dev
|
|
37
|
-
Description-Content-Type: text/markdown
|
|
38
|
-
|
|
39
|
-
<div align="left">
|
|
40
|
-
<img src="logo/spotlogo.png" alt="spotforecast2-safe Logo" width="300">
|
|
41
|
-
</div>
|
|
42
|
-
|
|
43
|
-
# spotforecast2-safe
|
|
44
|
-
|
|
45
|
-
[](https://www.python.org/downloads/)
|
|
46
|
-
[](https://pypi.org/project/spotforecast2-safe/)
|
|
47
|
-
[](https://pypi.org/project/spotforecast2-safe/)
|
|
48
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/blob/main/LICENSE)
|
|
49
|
-
|
|
50
|
-
**Testing & Quality**
|
|
51
|
-
|
|
52
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
53
|
-
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
54
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
|
|
55
|
-
|
|
56
|
-
**Status**
|
|
57
|
-
|
|
58
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe)
|
|
59
|
-
[](https://github.com/psf/black)
|
|
60
|
-
|
|
61
|
-
## About spotforecast2-safe
|
|
62
|
-
|
|
63
|
-
`spotforecast2-safe` is a Python library for time series forecasting in safety-critical environments. It is designed with EU AI Act principles in mind: Minimal dependency footprint for enhanced cybersecurity, deterministic data transformation for reproducibility, and strict error handling for robustness in safety-critical pipelines.
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
Parts of the code are ported from `skforecast` to reduce external dependencies.
|
|
67
|
-
Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
|
|
68
|
-
|
|
69
|
-
## Documentation
|
|
70
|
-
|
|
71
|
-
Documentation (API) is available at: [https://sequential-parameter-optimization.github.io/spotforecast2-safe/](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
72
|
-
|
|
73
|
-
## License
|
|
74
|
-
|
|
75
|
-
`spotforecast2-safe` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2-safe?tab=BSD-3-Clause-1-ov-file)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
# References
|
|
79
|
-
|
|
80
|
-
## skforecast:
|
|
81
|
-
|
|
82
|
-
* Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
|
|
83
|
-
|
|
84
|
-
## spotoptim:
|
|
85
|
-
|
|
86
|
-
* [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<div align="left">
|
|
2
|
-
<img src="logo/spotlogo.png" alt="spotforecast2-safe Logo" width="300">
|
|
3
|
-
</div>
|
|
4
|
-
|
|
5
|
-
# spotforecast2-safe
|
|
6
|
-
|
|
7
|
-
[](https://www.python.org/downloads/)
|
|
8
|
-
[](https://pypi.org/project/spotforecast2-safe/)
|
|
9
|
-
[](https://pypi.org/project/spotforecast2-safe/)
|
|
10
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/blob/main/LICENSE)
|
|
11
|
-
|
|
12
|
-
**Testing & Quality**
|
|
13
|
-
|
|
14
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
15
|
-
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
16
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
|
|
17
|
-
|
|
18
|
-
**Status**
|
|
19
|
-
|
|
20
|
-
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe)
|
|
21
|
-
[](https://github.com/psf/black)
|
|
22
|
-
|
|
23
|
-
## About spotforecast2-safe
|
|
24
|
-
|
|
25
|
-
`spotforecast2-safe` is a Python library for time series forecasting in safety-critical environments. It is designed with EU AI Act principles in mind: Minimal dependency footprint for enhanced cybersecurity, deterministic data transformation for reproducibility, and strict error handling for robustness in safety-critical pipelines.
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
Parts of the code are ported from `skforecast` to reduce external dependencies.
|
|
29
|
-
Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
|
|
30
|
-
|
|
31
|
-
## Documentation
|
|
32
|
-
|
|
33
|
-
Documentation (API) is available at: [https://sequential-parameter-optimization.github.io/spotforecast2-safe/](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
34
|
-
|
|
35
|
-
## License
|
|
36
|
-
|
|
37
|
-
`spotforecast2-safe` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2-safe?tab=BSD-3-Clause-1-ov-file)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
# References
|
|
41
|
-
|
|
42
|
-
## skforecast:
|
|
43
|
-
|
|
44
|
-
* Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
|
|
45
|
-
|
|
46
|
-
## spotoptim:
|
|
47
|
-
|
|
48
|
-
* [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/data/fetch_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/forecaster/utils.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
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/preprocessing/split.py
RENAMED
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/processing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/convert_to_utc.py
RENAMED
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/data_transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/utils/validation.py
RENAMED
|
File without changes
|
{spotforecast2_safe-1.0.1 → spotforecast2_safe-1.0.3}/src/spotforecast2_safe/weather/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|