You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirmed that forecast_input is a list containing multiple numpy.ndarray objects, but it seems there is a type error when processing within the forecast function. Is this an issue with my usage or a bug in timesFM? How can I resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I encountered a TypeError while using the timesFM model. The details are as follows:
Environment:
Issue Description:
I received the following error when attempting to use the
forecast
function for prediction:Error Traceback:
Code Example:
I confirmed that
forecast_input
is a list containing multiplenumpy.ndarray
objects, but it seems there is a type error when processing within theforecast
function. Is this an issue with my usage or a bug in timesFM? How can I resolve this issue?Thank you!
The text was updated successfully, but these errors were encountered: