More comments, more business applications, and links to pkl files

This commit is contained in:
Edward Donner
2024-10-05 10:30:21 -04:00
parent 0fba20474b
commit ca67bf1af9
4 changed files with 92 additions and 10 deletions

View File

@@ -83,7 +83,9 @@
"metadata": {},
"outputs": [],
"source": [
"# Load in the test pickle file:\n",
"# Load in the test pickle file\n",
"# See the section \"Back to the PKL files\" in the day2.0 notebook\n",
"# for instructions on obtaining this test.pkl file\n",
"\n",
"with open('test.pkl', 'rb') as file:\n",
" test = pickle.load(file)"