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

Daily Frequency and SHAP for Tiny Time Mixers #230

Open
fferrador opened this issue Jan 4, 2025 · 1 comment
Open

Daily Frequency and SHAP for Tiny Time Mixers #230

fferrador opened this issue Jan 4, 2025 · 1 comment

Comments

@fferrador
Copy link

Hi to you all,

I'm on the process of writing my master thesis and I would like to use Tiny Time Mixers on a proprietary dataset. However, this dataset only has daily frequency but all the examples I have seen use hourly frequency.

  • How can I deal with this issue?
  • Is TTM capable of making predictions with daily frequency? How can I do IT?

Additionally, I haven't seen any example of using SHAP to explain the output of TTM. Can it be done?

Thanks for your help.

@wgifford
Copy link
Collaborator

wgifford commented Jan 6, 2025

Hi @fferrador thanks for your interest in TSFM!

There is nothing preventing the use of TTM models on daily data. However, given the pre-trained models we have currently released the performance may be not be best. Most of the pretraining datasets we used for those models are at finer resolutions (hourly, minutely, etc.). In addition daily resolution with long context requirements may pose additional challenges as one or more years of historical data may not be available. The team is currently working on resolving some of these issues.

It is definitely possible to apply SHAP to time series forecasts; the team has done some work in this area: see, for example: https://arxiv.org/abs/2303.12316

If you have examples of applying explainability techniques to the output of TTM, it would be great if you would consider contributing them to our time series cookbook repo: https://github.com/ibm-granite-community/granite-timeseries-cookbook/tree/main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants