Typo on page 390 #116
baifanhorst
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The toy dataset should be visualized by using ax.scatter() instead of ax.plot(). So at the bottom of page 390, the code 'ax.plot(..)' should be replaced by:
ax.scatter(X_train, y_train, marker='o', s=100)
Otherwise, one cannot get the figure on page 391.
Beta Was this translation helpful? Give feedback.
All reactions