-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Page 19 Error #45
Comments
Hi Abhishek, Thanks TypeError Traceback (most recent call last) in |
Hello Nakul , I fear you have not initialized the model variable clf correctly . |
TypeError Traceback (most recent call last) |
Hi Abhishek,
I recently bought your book.
I get the following error when I ren the code that is ritten on page 19.
clf.fit(df_train[cols], df_train.quality)
AttributeError: 'list' object has no attribute 'fit'
Can you help with the accurate code?
Thanks
Nakul
The text was updated successfully, but these errors were encountered: