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

Copy paste error in print statement for cross-validation of KNN #9

Open
covuworie opened this issue Jun 26, 2018 · 0 comments
Open

Comments

@covuworie
Copy link

There is a copy-paste typo in the last cell of the Lecture_6_Notebook.ipynb. The value of k is being chosen, not the degree of the polynomial. It instead should read something like:

print('the test R^2 for a {} knn model is: {}'.format(best_k, test_R_sq))

PS: I didn't submit a pull request as you probably don't want the output from my notebook.

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