Update README.md

Scatterplot PNG file is not fully readable when using a dark theme. Created new PNG file white background.
pull/490/head
Frederick Legaspi 4 years ago committed by GitHub
parent 604ab3094c
commit 73affd84fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.png)
![a scatterplot showing datapoints around diabetes](./images/scatterplot-wb.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.

Loading…
Cancel
Save