Merge pull request #87 from google-research/rajat_dev
Updating readme to reflect finetuning
This commit is contained in:
@@ -159,4 +159,9 @@ forecast_df = tfm.forecast_on_df(
|
|||||||
freq="M", # monthly
|
freq="M", # monthly
|
||||||
value_name="y",
|
value_name="y",
|
||||||
num_jobs=-1,
|
num_jobs=-1,
|
||||||
)```
|
)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Finetuning
|
||||||
|
|
||||||
|
We have provided an example of finetuning the model on a new dataset in `notebooks/finetuning.ipynb`.
|
||||||
Reference in New Issue
Block a user