Finetuning instructions added to README

This commit is contained in:
Rajat Sen
2024-07-08 20:53:01 +00:00
parent 739d74e199
commit a88ff2a5cf
+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`.