Skip to content

Commit

Permalink
Fixed a typo in model saving directory. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
amdjedbens authored Mar 12, 2024
1 parent 7a5ba91 commit 819c4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/xgboost_diabetes_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"metadata": {},
"outputs": [],
"source": [
"model_directory = os.path.join(os.getcwd(), \"XGboostModels\")\n",
"model_directory = os.path.join(os.getcwd(), \"XGBoostModels\")\n",
"if not os.path.isdir(model_directory):\n",
" os.mkdir(model_directory)\n",
"\n",
Expand Down

0 comments on commit 819c4dd

Please sign in to comment.