Skip to content

Commit

Permalink
increase windows and samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 20, 2024
1 parent 259f2cb commit 358e81b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nbs/auto.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,13 @@
"source": [
"#| hide\n",
"# using input_size\n",
"fit_kwargs = dict(\n",
" n_windows=3,\n",
" h=h,\n",
" num_samples=5,\n",
" optimize_kwargs={'timeout': 60}, \n",
")\n",
"\n",
"start = time.perf_counter()\n",
"auto_mlf.fit(df=train, **fit_kwargs)\n",
"no_limit = time.perf_counter() - start\n",
Expand Down

0 comments on commit 358e81b

Please sign in to comment.