Skip to content

Commit

Permalink
Update notebook.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaTedeschini committed Mar 8, 2024
1 parent 4fa70e3 commit 0b68123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"outputs": [],
"source": [
"%%capture\n",
"roc_auc_value, _ = bayesian_kfold(df, naive_bayesian, roc_auc_score)"
"roc_auc_value, _ = bayesian_kfold(df, naive_bayes, roc_auc_score)"
]
},
{
Expand Down Expand Up @@ -2767,7 +2767,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0b68123

Please sign in to comment.