spotforecast2-safe 0.0.3__tar.gz → 0.0.5__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-0.0.3 → spotforecast2_safe-0.0.5}/PKG-INFO +6 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/README.md +5 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/pyproject.toml +1 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/convert_to_utc.py +1 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/fetch_data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/exceptions.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/base.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_forecaster_equivalent_date.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_forecaster_recursive.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/recursive/_warnings.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/utils.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_binner.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_common.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_differentiator.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/_rolling.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/curate_data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/imputation.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/outlier.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/split.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/agg_predict.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/n2n_predict.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/n2n_predict_with_covariates.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/py.typed +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/data_transform.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/forecaster_config.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/generate_holiday.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/validation.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/weather/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/weather/weather_client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: spotforecast2-safe
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: spotforecast2-safe (Core): Safety-critical time series forecasting for production
|
|
5
5
|
Author: bartzbeielstein
|
|
6
6
|
Author-email: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com>
|
|
@@ -39,6 +39,8 @@ Description-Content-Type: text/markdown
|
|
|
39
39
|
# spotforecast2-safe (Core)
|
|
40
40
|
|
|
41
41
|
[](https://www.python.org/downloads/)
|
|
42
|
+
[](https://pypi.org/project/spotforecast2-safe/)
|
|
43
|
+
[](https://pypi.org/project/spotforecast2-safe/)
|
|
42
44
|
[](MODEL_CARD.md)
|
|
43
45
|
[](pyproject.toml)
|
|
44
46
|
[](MODEL_CARD.md)
|
|
@@ -48,6 +50,7 @@ Description-Content-Type: text/markdown
|
|
|
48
50
|
|
|
49
51
|
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
50
52
|
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
53
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
|
|
51
54
|
[](MODEL_CARD.md)
|
|
52
55
|
|
|
53
56
|
**Status**
|
|
@@ -70,6 +73,8 @@ Unlike standard machine and dep learning libraries, it follows a strict **"Safet
|
|
|
70
73
|
|
|
71
74
|
For a detailed technical overview of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
|
|
72
75
|
|
|
76
|
+
An extended version of this library with visualization and additional features is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
|
|
77
|
+
|
|
73
78
|
## ⚠️ Disclaimer & Liability
|
|
74
79
|
|
|
75
80
|
**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.
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
# spotforecast2-safe (Core)
|
|
6
6
|
|
|
7
7
|
[](https://www.python.org/downloads/)
|
|
8
|
+
[](https://pypi.org/project/spotforecast2-safe/)
|
|
9
|
+
[](https://pypi.org/project/spotforecast2-safe/)
|
|
8
10
|
[](MODEL_CARD.md)
|
|
9
11
|
[](pyproject.toml)
|
|
10
12
|
[](MODEL_CARD.md)
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
|
|
15
17
|
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/actions/workflows/ci.yml)
|
|
16
18
|
[](https://sequential-parameter-optimization.github.io/spotforecast2-safe/)
|
|
19
|
+
[](https://github.com/sequential-parameter-optimization/spotforecast2-safe/releases)
|
|
17
20
|
[](MODEL_CARD.md)
|
|
18
21
|
|
|
19
22
|
**Status**
|
|
@@ -36,6 +39,8 @@ Unlike standard machine and dep learning libraries, it follows a strict **"Safet
|
|
|
36
39
|
|
|
37
40
|
For a detailed technical overview of our safety mechanisms, see our **[MODEL_CARD.md](MODEL_CARD.md)**.
|
|
38
41
|
|
|
42
|
+
An extended version of this library with visualization and additional features is available at: [https://sequential-parameter-optimization.github.io/spotforecast2/](https://sequential-parameter-optimization.github.io/spotforecast2/)
|
|
43
|
+
|
|
39
44
|
## ⚠️ Disclaimer & Liability
|
|
40
45
|
|
|
41
46
|
**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.
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/convert_to_utc.py
RENAMED
|
@@ -19,7 +19,7 @@ def convert_to_utc(df: pd.DataFrame, timezone: Optional[str]) -> pd.DataFrame:
|
|
|
19
19
|
timezone is None.
|
|
20
20
|
|
|
21
21
|
Examples:
|
|
22
|
-
>>> from
|
|
22
|
+
>>> from spotforecast2_safe.utils.convert_to_utc import convert_to_utc
|
|
23
23
|
>>> df = pd.DataFrame({"value": [1, 2, 3]}, index=pd.to_datetime(["2022-01-01", "2022-01-02", "2022-01-03"]))
|
|
24
24
|
>>> convert_to_utc(df, "Europe/Berlin")
|
|
25
25
|
value
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/data/fetch_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/forecaster/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/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-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/preprocessing/split.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/processing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/data_transform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/utils/validation.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.5}/src/spotforecast2_safe/weather/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|