Skip to content

Commit

Permalink
fix: rm ex vars num partitions cv
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Nov 16, 2023
1 parent 7a5f056 commit c5492a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/timegpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@
" timegpt.cross_validation,\n",
" h=7,\n",
" n_windows=4,\n",
" df=df_freq,\n",
" df=df_freq.drop(columns='ex_1') if freq == 'D' else df_freq,\n",
" num_partitions=2,\n",
" )\n",
" test_num_partitions_same_results(\n",
Expand Down

0 comments on commit c5492a6

Please sign in to comment.