spotforecast2 2.2.3__tar.gz → 2.2.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-2.2.3 → spotforecast2-2.2.4}/PKG-INFO +1 -1
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/pyproject.toml +1 -1
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/bayesian_search.py +2 -1
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/spotoptim_search.py +3 -2
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/README.md +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/grid_search.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/random_search.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/utils_metrics.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/models/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/models/forecaster_recursive_lgbm_full.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/models/forecaster_recursive_model_full.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/models/forecaster_recursive_xgb_full.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/base.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/clean.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/defaults.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/factories.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/lazy.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/multi.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/optuna.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/predict.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/runner.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/search_spaces.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/spotoptim.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/multitask/strategies.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/assets/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/assets/prediction_report.html.j2 +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/distribution.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/outlier_plots.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/plotter.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/spectral.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/time_series_visualization.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/py.typed +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/stats/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/stats/autocorrelation.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_demo.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_entsoe.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1_dataframe.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1_with_covariates.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1_with_covariates_and_dataframe.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/warnings/__init__.py +0 -0
- {spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/warnings/exceptions.py +0 -0
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/bayesian_search.py
RENAMED
|
@@ -33,7 +33,8 @@ from spotforecast2_safe.splitter.utils_common import (
|
|
|
33
33
|
from spotforecast2.model_selection.utils_metrics import (
|
|
34
34
|
_calculate_metrics_one_step_ahead,
|
|
35
35
|
)
|
|
36
|
-
from spotforecast2_safe.forecaster.utils import
|
|
36
|
+
from spotforecast2_safe.forecaster.utils import date_to_index_position
|
|
37
|
+
from spotforecast2_safe.preprocessing.forecaster_config import initialize_lags
|
|
37
38
|
from spotforecast2_safe.exceptions import IgnoredArgumentWarning
|
|
38
39
|
from spotforecast2_safe.exceptions import set_skforecast_warnings
|
|
39
40
|
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/spotoptim_search.py
RENAMED
|
@@ -35,7 +35,8 @@ except ImportError:
|
|
|
35
35
|
|
|
36
36
|
from spotforecast2_safe.exceptions import IgnoredArgumentWarning
|
|
37
37
|
from spotforecast2_safe.forecaster.metrics import _get_metric, add_y_train_argument
|
|
38
|
-
from spotforecast2_safe.forecaster.utils import date_to_index_position
|
|
38
|
+
from spotforecast2_safe.forecaster.utils import date_to_index_position
|
|
39
|
+
from spotforecast2_safe.preprocessing.forecaster_config import initialize_lags
|
|
39
40
|
from spotforecast2_safe.splitter.split_ts_cv import TimeSeriesFold
|
|
40
41
|
from spotforecast2_safe.splitter.utils_common import (
|
|
41
42
|
check_backtesting_input,
|
|
@@ -577,7 +578,7 @@ def spotoptim_search(
|
|
|
577
578
|
exog=exog,
|
|
578
579
|
n_jobs=n_jobs,
|
|
579
580
|
verbose=verbose,
|
|
580
|
-
show_progress=
|
|
581
|
+
show_progress=True,
|
|
581
582
|
suppress_warnings=suppress_warnings,
|
|
582
583
|
var_name=var_name,
|
|
583
584
|
var_type=var_type,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/grid_search.py
RENAMED
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/random_search.py
RENAMED
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/model_selection/utils_metrics.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
|
|
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
|
|
File without changes
|
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/assets/prediction_report.html.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/plots/time_series_visualization.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
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1_dataframe.py
RENAMED
|
File without changes
|
{spotforecast2-2.2.3 → spotforecast2-2.2.4}/src/spotforecast2/tasks/task_n_to_1_with_covariates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|