From 851f60ca8f68c7375a7a04486e9267ad03353738 Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Thu, 16 Dec 2021 12:55:57 -0500 Subject: [PATCH] Update README.md --- 2-Regression/1-Tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/1-Tools/README.md b/2-Regression/1-Tools/README.md index 483d669d..ee7c72f5 100644 --- a/2-Regression/1-Tools/README.md +++ b/2-Regression/1-Tools/README.md @@ -189,7 +189,7 @@ In a new code cell, load the diabetes dataset by calling `load_diabetes()`. The plt.show() ``` - ![a scatterplot showing datapoints around diabetes](./images/scatterplot-wb.png) + ![a scatterplot showing datapoints around diabetes](./images/scatterplot.png) ✅ Think a bit about what's going on here. A straight line is running through many small dots of data, but what is it doing exactly? Can you see how you should be able to use this line to predict where a new, unseen data point should fit in relationship to the plot's y axis? Try to put into words the practical use of this model.