spotforecast2 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.
Files changed (51) hide show
  1. spotforecast2-0.0.4/PKG-INFO +77 -0
  2. spotforecast2-0.0.4/README.md +40 -0
  3. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/pyproject.toml +9 -3
  4. spotforecast2-0.0.3/PKG-INFO +0 -47
  5. spotforecast2-0.0.3/README.md +0 -22
  6. spotforecast2-0.0.3/src/spotforecast2/.DS_Store +0 -0
  7. spotforecast2-0.0.3/src/spotforecast2/forecaster/.DS_Store +0 -0
  8. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/__init__.py +0 -0
  9. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/data/__init__.py +0 -0
  10. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/data/data.py +0 -0
  11. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/data/fetch_data.py +0 -0
  12. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/exceptions.py +0 -0
  13. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/__init__.py +0 -0
  14. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/base.py +0 -0
  15. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/metrics.py +0 -0
  16. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/recursive/__init__.py +0 -0
  17. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/recursive/_forecaster_equivalent_date.py +0 -0
  18. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/recursive/_forecaster_recursive.py +0 -0
  19. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/recursive/_warnings.py +0 -0
  20. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/forecaster/utils.py +0 -0
  21. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/__init__.py +0 -0
  22. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/bayesian_search.py +0 -0
  23. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/grid_search.py +0 -0
  24. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/random_search.py +0 -0
  25. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/split_base.py +0 -0
  26. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/split_one_step.py +0 -0
  27. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/split_ts_cv.py +0 -0
  28. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/utils_common.py +0 -0
  29. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/utils_metrics.py +0 -0
  30. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/model_selection/validation.py +0 -0
  31. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/__init__.py +0 -0
  32. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/_binner.py +0 -0
  33. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/_common.py +0 -0
  34. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/_differentiator.py +0 -0
  35. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/_rolling.py +0 -0
  36. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/curate_data.py +0 -0
  37. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/imputation.py +0 -0
  38. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/outlier.py +0 -0
  39. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/preprocessing/split.py +0 -0
  40. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/processing/agg_predict.py +0 -0
  41. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/processing/n2n_predict.py +0 -0
  42. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/processing/n2n_predict_with_covariates.py +0 -0
  43. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/py.typed +0 -0
  44. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/__init__.py +0 -0
  45. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/convert_to_utc.py +0 -0
  46. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/data_transform.py +0 -0
  47. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/forecaster_config.py +0 -0
  48. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/generate_holiday.py +0 -0
  49. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/utils/validation.py +0 -0
  50. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/weather/__init__.py +0 -0
  51. {spotforecast2-0.0.3 → spotforecast2-0.0.4}/src/spotforecast2/weather/weather_client.py +0 -0
@@ -0,0 +1,77 @@
1
+ Metadata-Version: 2.3
2
+ Name: spotforecast2
3
+ Version: 0.0.4
4
+ Summary: 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: spotoptim>=0.0.160
22
+ Requires-Dist: tqdm>=4.67.2
23
+ Requires-Dist: pytest>=9.0.2 ; extra == 'dev'
24
+ Requires-Dist: pytest-cov>=6.0.0 ; extra == 'dev'
25
+ Requires-Dist: black>=24.1.0 ; extra == 'dev'
26
+ Requires-Dist: isort>=5.13.0 ; extra == 'dev'
27
+ Requires-Dist: ruff>=0.3.0 ; extra == 'dev'
28
+ Requires-Dist: mkdocs>=1.6.1 ; extra == 'dev'
29
+ Requires-Dist: mkdocs-material>=9.7.1 ; extra == 'dev'
30
+ Requires-Dist: mkdocstrings>=1.0.2 ; extra == 'dev'
31
+ Requires-Dist: mkdocstrings-python>=2.0.1 ; extra == 'dev'
32
+ Requires-Dist: safety>=3.0.0 ; extra == 'dev'
33
+ Requires-Dist: bandit>=1.8.0 ; extra == 'dev'
34
+ Requires-Python: >=3.13
35
+ Provides-Extra: dev
36
+ Description-Content-Type: text/markdown
37
+
38
+ # spotforecast2
39
+
40
+ [![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)](https://www.python.org/downloads/)
41
+ [![PyPI Version](https://img.shields.io/pypi/v/spotforecast2)](https://pypi.org/project/spotforecast2/)
42
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/spotforecast2)](https://pypi.org/project/spotforecast2/)
43
+ [![License](https://img.shields.io/badge/license-BSD--3--Clause-blue)](https://github.com/sequential-parameter-optimization/spotforecast2/blob/main/LICENSE)
44
+
45
+ **Testing & Quality**
46
+
47
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/sequential-parameter-optimization/spotforecast2/ci.yml?branch=main&label=Tests)](https://github.com/sequential-parameter-optimization/spotforecast2/actions/workflows/ci.yml)
48
+ [![Documentation](https://img.shields.io/badge/docs-passing-brightgreen)](https://sequential-parameter-optimization.github.io/spotforecast2/)
49
+ [![GitHub Release](https://img.shields.io/github/v/release/sequential-parameter-optimization/spotforecast2)](https://github.com/sequential-parameter-optimization/spotforecast2/releases)
50
+
51
+ **Status**
52
+
53
+ [![Maintenance](https://img.shields.io/badge/maintenance-active-green)](https://github.com/sequential-parameter-optimization/spotforecast2)
54
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
55
+
56
+ ## About spotforecast2
57
+
58
+ `spotforecast2` is a Python library for time series forecasting.
59
+
60
+ Parts of the code are ported from `skforecast` to reduce external dependencies.
61
+ Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
62
+
63
+
64
+ # License
65
+
66
+ `spotforecast2` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2?tab=BSD-3-Clause-1-ov-file)
67
+
68
+
69
+ # References
70
+
71
+ ## skforecast:
72
+
73
+ * Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
74
+
75
+ ## spotoptim:
76
+
77
+ * [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
@@ -0,0 +1,40 @@
1
+ # spotforecast2
2
+
3
+ [![Python Version](https://img.shields.io/badge/python-3.13%2B-blue)](https://www.python.org/downloads/)
4
+ [![PyPI Version](https://img.shields.io/pypi/v/spotforecast2)](https://pypi.org/project/spotforecast2/)
5
+ [![PyPI Downloads](https://img.shields.io/pypi/dm/spotforecast2)](https://pypi.org/project/spotforecast2/)
6
+ [![License](https://img.shields.io/badge/license-BSD--3--Clause-blue)](https://github.com/sequential-parameter-optimization/spotforecast2/blob/main/LICENSE)
7
+
8
+ **Testing & Quality**
9
+
10
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/sequential-parameter-optimization/spotforecast2/ci.yml?branch=main&label=Tests)](https://github.com/sequential-parameter-optimization/spotforecast2/actions/workflows/ci.yml)
11
+ [![Documentation](https://img.shields.io/badge/docs-passing-brightgreen)](https://sequential-parameter-optimization.github.io/spotforecast2/)
12
+ [![GitHub Release](https://img.shields.io/github/v/release/sequential-parameter-optimization/spotforecast2)](https://github.com/sequential-parameter-optimization/spotforecast2/releases)
13
+
14
+ **Status**
15
+
16
+ [![Maintenance](https://img.shields.io/badge/maintenance-active-green)](https://github.com/sequential-parameter-optimization/spotforecast2)
17
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
18
+
19
+ ## About spotforecast2
20
+
21
+ `spotforecast2` is a Python library for time series forecasting.
22
+
23
+ Parts of the code are ported from `skforecast` to reduce external dependencies.
24
+ Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
25
+
26
+
27
+ # License
28
+
29
+ `spotforecast2` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2?tab=BSD-3-Clause-1-ov-file)
30
+
31
+
32
+ # References
33
+
34
+ ## skforecast:
35
+
36
+ * Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
37
+
38
+ ## spotoptim:
39
+
40
+ * [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "spotforecast2"
3
- version = "0.0.3"
3
+ version = "0.0.4"
4
4
  description = "Forecasting with spot"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -30,11 +30,17 @@ dependencies = [
30
30
  requires = ["uv_build>=0.9.18,<0.10.0"]
31
31
  build-backend = "uv_build"
32
32
 
33
- [dependency-groups]
33
+ [project.optional-dependencies]
34
34
  dev = [
35
+ "pytest>=9.0.2",
36
+ "pytest-cov>=6.0.0",
37
+ "black>=24.1.0",
38
+ "isort>=5.13.0",
39
+ "ruff>=0.3.0",
35
40
  "mkdocs>=1.6.1",
36
41
  "mkdocs-material>=9.7.1",
37
42
  "mkdocstrings>=1.0.2",
38
43
  "mkdocstrings-python>=2.0.1",
39
- "pytest>=9.0.2",
44
+ "safety>=3.0.0",
45
+ "bandit>=1.8.0",
40
46
  ]
@@ -1,47 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: spotforecast2
3
- Version: 0.0.3
4
- Summary: 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: spotoptim>=0.0.160
22
- Requires-Dist: tqdm>=4.67.2
23
- Requires-Python: >=3.13
24
- Description-Content-Type: text/markdown
25
-
26
- # About spotforecast2
27
-
28
- `spotforecast2` is a Python library for time series forecasting.
29
-
30
- Parts of the code are ported from `skforecast` to reduce external dependencies.
31
- Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
32
-
33
-
34
- # License
35
-
36
- `spotforecast2` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2?tab=BSD-3-Clause-1-ov-file)
37
-
38
-
39
- # References
40
-
41
- ## skforecast:
42
-
43
- * Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
44
-
45
- ## spotoptim:
46
-
47
- * [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)
@@ -1,22 +0,0 @@
1
- # About spotforecast2
2
-
3
- `spotforecast2` is a Python library for time series forecasting.
4
-
5
- Parts of the code are ported from `skforecast` to reduce external dependencies.
6
- Many thanks to the [skforecast team](https://skforecast.org/0.20.0/more/about-skforecast.html) for their great work!
7
-
8
-
9
- # License
10
-
11
- `spotforecast2` software: [BSD-3-Clause License](https://github.com/sequential-parameter-optimization/spotforecast2?tab=BSD-3-Clause-1-ov-file)
12
-
13
-
14
- # References
15
-
16
- ## skforecast:
17
-
18
- * Amat Rodrigo, J., & Escobar Ortiz, J. (2026). skforecast (Version 0.20.0) [Computer software]. https://doi.org/10.5281/zenodo.8382788
19
-
20
- ## spotoptim:
21
-
22
- * [spotoptim documentation](https://sequential-parameter-optimization.github.io/spotoptim/)