No public description

PiperOrigin-RevId: 650786820
This commit is contained in:
Yichen Zhou
2024-07-09 16:05:18 -07:00
committed by siriuz42
parent 28dcfa669b
commit 179d20df4a
17 changed files with 1241 additions and 334 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ forecast_df = tfm.forecast_on_df(
## Finetuning
We have provided an example of finetuning the model on a new dataset in `notebooks/finetuning.ipynb`.
We have provided an example of finetuning the model on a new dataset in `notebooks/finetuning.ipynb`.
## Contribution Style guide
@@ -179,4 +179,4 @@ spaces_before_comment = 2
```
Please run `yapf --in-place --recursive <filename>` on all affected files.
Please run `yapf --in-place --recursive <filename>` on all affected files.