Reputation: 11
Current behavior :
2020-01-30 23:00:00
)2020-01-31 00:00:00
)The approach is to obtain the data for the last recent hour, and include it to the target series (and related time series), in order to forecast the following period. Here is the steps :
forecast.create_dataset_import_job
forecast.delete_forecast
forecast.create_forecast
But the main issue is that the forecast creation takes up to 30 minutes, so is there a way to make the inference faster? or change the approach to optimize the time for doing so?
Upvotes: 0
Views: 66