Update README.md Challenge Hint

Updated challenge hint to reflect changes made to how the tutorial reshapes the data matrix.
pull/655/head
Adrian Silich 1 year ago committed by GitHub
parent 1c3318f3d8
commit bd164f2fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -199,7 +199,7 @@ Congratulations, you built your first linear regression model, created a predict
---
## 🚀Challenge
Plot a different variable from this dataset. Hint: edit this line: `X = X[:, np.newaxis, 2]`. Given this dataset's target, what are you able to discover about the progression of diabetes as a disease?
Plot a different variable from this dataset. Hint: edit this line: `X = X[:,2]`. Given this dataset's target, what are you able to discover about the progression of diabetes as a disease?
## [Post-lecture quiz](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/10/)
## Review & Self Study

Loading…
Cancel
Save