Skip to content

Commit

Permalink
Se agregaron parametros
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCanM committed Oct 15, 2024
1 parent adddd46 commit 948d2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/BoneMarrow_EDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,7 @@
"outputs": [],
"source": [
"scores = cross_val_score(model, X, y, cv=5)\n",
"\n",
"print(\"Average accuracy with CV:\", np.mean(scores))"
]
}
Expand Down

0 comments on commit 948d2d9

Please sign in to comment.