Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Feb 26, 2021
1 parent 298aeaf commit 2c308e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01 - Data Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@
"# Calculate the error between f(x) and the actual y (Grade) value\n",
"df_regression['error'] = df_regression['fx'] - df_regression['Grade']\n",
"\n",
"# Create a scatter plot of Grade vs Salary\n",
"# Create a scatter plot of Grade vs StudyHours\n",
"df_regression.plot.scatter(x='StudyHours', y='Grade')\n",
"\n",
"# Plot the regression line\n",
Expand Down Expand Up @@ -1558,4 +1558,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 2c308e9

Please sign in to comment.