We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How should the provided code be applied to your own dataset for training and prediction?
The text was updated successfully, but these errors were encountered:
Hi @wtt6668888, here are a couple of notebooks that may be of use to you. Your dataset will need to be parseable into a pandas dataframe with a time column and a target column for prediction. Please let me know if this helps answer your question. Energy Demand Forecasting - Basic Inference Preprocessing and Performance Evaluation
Sorry, something went wrong.
@wtt6668888 For pretraining a new model from scratch you can take a look at the workflow here: https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm_pretrain_sample.py
If you wish to fine-tune the pretrained model, you can take a look at the following notebook: https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/tutorial/ttm_with_exog_tutorial.ipynb
This notebook fine-tunes the model so that additional exogenous features can be included.
No branches or pull requests
How should the provided code be applied to your own dataset for training and prediction?
The text was updated successfully, but these errors were encountered: