You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
PS: I didn't submit a pull request as you probably don't want the output from my notebook.
The text was updated successfully, but these errors were encountered: