Closed mhammaad closed 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'
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.
load_extended_boston
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'