Skip to content

Commit

Permalink
Merge branch 'main' into generate_report
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko authored Mar 13, 2024
2 parents 40349c1 + 819c4dd commit 3878b3b
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 3878b3b

Please sign in to comment.