Skip to content

Commit

Permalink
fixed missing verbose key in jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobGlennAyers committed Feb 26, 2023
1 parent c22a9c8 commit 5673e2e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions PyHa_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@
"\n",
"# Example Parameters for Microfaune\n",
"isolation_parameters = {\n",
" \"model\" : \"microfaune\",\n",
" \"technique\" : \"steinberg\",\n",
" \"threshold_type\" : \"median\",\n",
" \"model\" : \"microfaune\",\n",
" \"technique\" : \"steinberg\",\n",
" \"threshold_type\" : \"median\",\n",
" \"threshold_const\" : 2.0,\n",
" \"threshold_min\" : 0.0,\n",
" \"window_size\" : 2.0,\n",
" \"chunk_size\" : 5.0\n",
" \"threshold_min\" : 0.0,\n",
" \"window_size\" : 2.0,\n",
" \"chunk_size\" : 5.0,\n",
" \"verbose\" : True\n",
"}\n",
"\n",
"# Example parameters for TweetyNET\n",
Expand Down

0 comments on commit 5673e2e

Please sign in to comment.