Skip to content

Commit

Permalink
remove input_size
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif committed Oct 20, 2023
1 parent e356a33 commit cfc1690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/iTransformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"outputs": [],
"source": [
"estimator = ITransformerEstimator(\n",
" input_size=int(dataset.metadata.feat_static_cat[0].cardinality),\n",
" prediction_length=dataset.metadata.prediction_length,\n",
" context_length=dataset.metadata.prediction_length * 2,\n",
" scaling=\"std\",\n",
Expand Down

0 comments on commit cfc1690

Please sign in to comment.