Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosChv committed Oct 25, 2023
1 parent e2beabc commit 0988ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
"\n",
"# Visualize\n",
"with plt.xkcd():\n",
" plot_model_selection(C_values.astype('float'), accuracies)"
" plot_model_selection(C_values, accuracies)"
]
},
{
Expand Down

0 comments on commit 0988ebd

Please sign in to comment.