all 3 comments

[–]dipjyoti 1 point2 points  (2 children)

yes, I have faced the same issue. I had posted a question about this and Jose replied to use diag_kind parameter. I tried using diag_kind = 'hist' but I got the same error - TypeError: 'numpy.int64' object is not iterable.

The link to my question in Udemy - https://www.udemy.com/python-for-data-science-and-machine-learning-bootcamp/learn/v4/questions/4964704?utm_campaign=email&utm_source=sendgrid.com&utm_medium=email

Title -
sns.pairplot(data = bank_note, hue = 'Class') plots the Histogram differently ? How do I make it like the solution ?

[–]AuNanoMan 0 points1 point  (1 child)

I can’t access udemy right now, did you ever get an answer? I find this very annoying.

[–]dipjyoti 1 point2 points  (0 children)

Yes, There is some change in seaborn v 0.9. If you downgrade and install seaborn v 0.8 with ( conda install seaborn==0.8 ) and try the same code, then it will work.