amueller / introduction_to_ml_with_python

Notebooks and code for the book "Introduction to Machine Learning with Python"
7.45k stars 4.57k forks source link

AttributeError: module 'mglearn.plots' has no attribute 'plot_2d_seperator' #143

Open billyhutt opened 3 years ago

billyhutt commented 3 years ago

Not sure how to rectify this issue.

AttributeError: module 'mglearn.plots' has no attribute 'plot_2d_seperator'

amueller commented 3 years ago

Hi. How did you install mglearn and how did you import it?

Thanks!