Update 3-Web-App/1-Web-App/solution/notebook.ipynb

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/869/head
Lee Stott 2 months ago committed by GitHub
parent feb811777e
commit 9f1763e9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -418,7 +418,7 @@
],
"source": [
"import pickle\n",
"model_filename = 'ufo-model.pkl'SS\n",
"model_filename = 'ufo-model.pkl'\n",
"pickle.dump(model, open(model_filename,'wb'))\n",
"\n",
"model = pickle.load(open('ufo-model.pkl','rb'))\n",

Loading…
Cancel
Save