Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: sporadical failure of the test_api_ts_forecasting_example integration test #1297

Closed
2 of 3 tasks
Lopa10ko opened this issue Jun 1, 2024 · 2 comments
Closed
2 of 3 tasks
Assignees
Labels
bug Something isn't working time series related to time series processing

Comments

@Lopa10ko
Copy link
Collaborator

Lopa10ko commented Jun 1, 2024

Current Behavior

The integration test fails quite often, passing NaN-containing inputs between nodes.

Troubled pipelines

Steps to reproduce

In examples/simple/time_series_forecasting/api_forecasting.py::run_ts_forecasting_example pass initial_assumption to a Fedot instance like so:

def run_ts_forecasting_example(dataset='australia', horizon: int = 30, timeout: float = None,
                               visualization=False, validation_blocks=2, with_tuning=True):
    train_data, test_data, label = get_ts_data(dataset, horizon, validation_blocks=validation_blocks)
    # init model for the time series forecasting

    model = Fedot(problem='ts_forecasting',
                  task_params=Task(TaskTypesEnum.ts_forecasting,
                                   TsForecastingParams(forecast_length=horizon)).task_params,
                  timeout=timeout,
                  n_jobs=-1,
                  metric='mae',
                  with_tuning=with_tuning,
                  initial_assumption=Pipeline().load('<path_to_troubled_pipeline_dir>'))
   ...

Context

possibly related to issues with ETSModel #1285

@Lopa10ko Lopa10ko added bug Something isn't working time series related to time series processing labels Jun 1, 2024
@Lopa10ko Lopa10ko self-assigned this Jun 1, 2024
@Lopa10ko
Copy link
Collaborator Author

Lopa10ko commented Jun 1, 2024

Note

One is welcomed to provide new troubled pipelines for this issue
(If managed to save Pipeline obj before facing some kind of error).

@Lopa10ko
Copy link
Collaborator Author

Lopa10ko commented Aug 8, 2024

closed as irrelevant

@Lopa10ko Lopa10ko closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working time series related to time series processing
Projects
None yet
Development

No branches or pull requests

1 participant