FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Forecast length overwriting in Fedot API

Open valer1435 opened this issue 1 year ago • 3 comments

If we would provide InputData with parameter forecast_length in task_params and wouldn't provide the same task to API, Fedot will faшl with exception Metric can not be evaluated because of: Found input variables with inconsistent numbers of samples: [28, 60] (for example). That means that somewhere values from InputData are overwritten by default (I assume). Need to figure out what's wrong and fix this unexpected behaviour

valer1435 avatar Dec 04 '23 07:12 valer1435

Example https://github.com/aimclub/FEDOT/blob/master/examples/simple/time_series_forecasting/api_forecasting.py

Error will appear if delete this parameter https://github.com/aimclub/FEDOT/blob/master/examples/simple/time_series_forecasting/api_forecasting.py#L40

valer1435 avatar Dec 04 '23 07:12 valer1435

Since I don't have access: I take this task

zerofivefiveseven avatar Dec 04 '23 11:12 zerofivefiveseven

Обеспечил доступом.

nicl-nno avatar Dec 04 '23 13:12 nicl-nno