Skip to content

Commit

Permalink
Update patch_tsmixer.ipynb (#475)
Browse files Browse the repository at this point in the history
context_length parameter is not being set resulting in scaling issues when inferencing and training the model.
  • Loading branch information
henryennis authored Jan 28, 2024
1 parent ec8879d commit 4e17518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/patch_tsmixer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
" )\n",
"\n",
" tsp = TimeSeriesPreprocessor(\n",
" context_length=context_length,\n",
" timestamp_column=timestamp_column,\n",
" id_columns=id_columns,\n",
" input_columns=forecast_columns,\n",
Expand Down

0 comments on commit 4e17518

Please sign in to comment.