Merge pull request #87 from google-research/rajat_dev

Updating readme to reflect finetuning
This commit is contained in:
Rajat Sen
2024-07-08 13:56:30 -07:00
committed by GitHub
+6 -1
View File
@@ -159,4 +159,9 @@ forecast_df = tfm.forecast_on_df(
freq="M", # monthly
value_name="y",
num_jobs=-1,
)```
)
```
## Finetuning
We have provided an example of finetuning the model on a new dataset in `notebooks/finetuning.ipynb`.