Skip to content

Commit

Permalink
Update "create_model" and fix typo "traing_model"
Browse files Browse the repository at this point in the history
Change "create_model" to "build_model".
Change "traing_model" to "train_model".
  • Loading branch information
willgoldby authored Jun 23, 2022
1 parent f7ce4e6 commit 0c36052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"\n",
" return trained_weight, trained_bias, epochs, rmse\n",
"\n",
"print(\"Defined the create_model and traing_model functions.\")"
"print(\"Defined the build_model and train_model functions.\")"
],
"execution_count": 0,
"outputs": []
Expand Down

0 comments on commit 0c36052

Please # to comment.