From a88ff2a5cf5ce7d051f18a8d4b151fe10fb5bb8b Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Mon, 8 Jul 2024 20:53:01 +0000 Subject: [PATCH] Finetuning instructions added to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb32e4..1f4f18e 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file