Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Feb 5, 2024
1 parent a1959ce commit 960dcd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/examples/example_conditional_grid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
" kernel: \n",
" type: VARCHAR(50)\n",
" gamma: \n",
" type: DECIMAL\n",
" type: VARCHAR(50)\n",
" degree: \n",
" type: int\n",
" type: VARCHAR(50)\n",
" coef0: \n",
" type: DECIMAL\n",
" type: VARCHAR(50)\n",
" result_timestamps: false\n",
" resultfields:\n",
" train_f1: DECIMAL\n",
Expand Down

0 comments on commit 960dcd3

Please sign in to comment.