Skip to content

Commit

Permalink
Updated lab
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaVolunteer committed Oct 19, 2023
1 parent 7505c01 commit bddcfd4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions 08_DT_Class/DT_Class_Lab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,20 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"#1. Load the data\n",
"movie_metadata=pd.read_csv(\"data/movie_metadata.csv\")"
"#Sometimes need to set the working directory back out of a folder that we create a file in\n",
"\n",
"#import os\n",
"#os.listdir()\n",
"#print(os.getcwd())\n",
"#os.chdir('c:\\\\Users\\\\Brian Wright\\\\Documents\\\\3001Python\\\\DS-3001')\n",
"\n",
"movie_metadata=pd.read_csv(\"data/movie_metadata.csv\")\n",
"\n"
]
},
{
Expand Down Expand Up @@ -126,7 +134,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#14 View the results, comment on how the model performed "
"#14 View the results, comment on how the model performed using several evaluation metrics."
]
},
{
Expand Down

0 comments on commit bddcfd4

Please sign in to comment.