spotforecast2-safe 0.0.3__tar.gz → 0.0.4__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.4}/PKG-INFO +1 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/pyproject.toml +1 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/convert_to_utc.py +1 -1
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/README.md +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/data/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/data/data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/data/fetch_data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/exceptions.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/base.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/recursive/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/recursive/_forecaster_equivalent_date.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/recursive/_forecaster_recursive.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/recursive/_warnings.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/utils.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/_binner.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/_common.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/_differentiator.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/_rolling.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/curate_data.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/imputation.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/outlier.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/preprocessing/split.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/processing/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/processing/agg_predict.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/processing/n2n_predict.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/processing/n2n_predict_with_covariates.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/py.typed +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/data_transform.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/forecaster_config.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/generate_holiday.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/utils/validation.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/weather/__init__.py +0 -0
- {spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/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.4
|
|
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>
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/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
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/data/fetch_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/forecaster/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/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.4}/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.4}/src/spotforecast2_safe/preprocessing/split.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/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.4}/src/spotforecast2_safe/utils/__init__.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/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.4}/src/spotforecast2_safe/utils/validation.py
RENAMED
|
File without changes
|
{spotforecast2_safe-0.0.3 → spotforecast2_safe-0.0.4}/src/spotforecast2_safe/weather/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|