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

load_extendend_boston not found #137

Closed mhammaad closed 4 years ago

mhammaad commented 4 years ago

When I run the following command on my system,

X, y = mglearn.datasets.load_extenden_boston()

I get the AttributeError

module 'mglearn.datasets' has no attribute 'load_extenden_boston'

amueller commented 4 years ago

Sorry for the slow reply, I hadn't seen this. There's a typo in your code, it should be load_extended_boston, hope that helps.