Skip to content

Commit

Permalink
minor update to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatsen91 committed Jul 15, 2024
1 parent 83815d9 commit 23f7b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We recommend at least 16GB RAM to load TimesFM dependencies.
## Update - July 15, 2024

- Launched [finetuning support](https://github.com/google-research/timesfm/blob/master/notebooks/finetuning.ipynb) that lets you finetune the weights of the pretrained TimesFM model on your own data.
- Launched [~zero-shot covariate support](https://github.com/google-research/timesfm/blob/master/notebooks/covariates.ipynb) with external regressors.
- Launched [~zero-shot covariate support](https://github.com/google-research/timesfm/blob/master/notebooks/covariates.ipynb) with external regressors. More details [here](https://github.com/google-research/timesfm?tab=readme-ov-file#covariates-support).

## Checkpoint timesfm-1.0-200m

Expand Down Expand Up @@ -241,7 +241,7 @@ In this example, besides the `Daily_sales`, we also have covariates `Category`,

**Notice:** Here we make it mandatory that the dynamic covariates need to cover both the forecasting context and horizon. For example, all dynamic covariates in the example have 14 values: the first 7 correspond to the observed 7 days, and the last 7 correspond to the next 7 days.

We can now provide the past data of the two products along with static and dynamic covariates as a batch input to TimesFM and produc forecasts that take into the account the covariates. To learn more, check out the example in `notebooks/covariates.ipynb`.
We can now provide the past data of the two products along with static and dynamic covariates as a batch input to TimesFM and produce forecasts that take into the account the covariates. To learn more, check out the example in `notebooks/covariates.ipynb`.

## Finetuning

Expand Down

0 comments on commit 23f7b64

Please sign in to comment.