Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in bonus chapter 1 #3

Open
IndyGibb opened this issue Jun 10, 2024 · 0 comments
Open

Error in bonus chapter 1 #3

IndyGibb opened this issue Jun 10, 2024 · 0 comments

Comments

@IndyGibb
Copy link

In Bonus Chapter 1, on Page 10, in the first code block (B1-8), in the last line of said code block, you have written, "y_right = ridge_estimator.predict([[x_right]]]])". This has two extra right square brackets. In figure B1-9, later that same page, at the bottom, you have a correct version of the line of code, "y_right = ridge_estimator.predict([[x_right]])". Since I didn't see this yet listed in the errata, I thought I should point it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant