Replies: 1 comment
|
Hi, the model just runs locally on your system and only does inference. So none of your data can leave your local machine and none of it is used for training. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi TimesFM team,
I have a question about how user provided time series data is handled when using TimesFM.
When we run the model on our own dataset for forecasting, is the input data only used locally as context for inference, or is it somehow ingested, stored, reused or incorporated into the model ?
Thank you!
All reactions