amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

Fixed pandas scatter matrix call #85

Closed W3D3 closed 5 years ago

W3D3 commented 5 years ago

Previously this line would throw: AttributeError: module 'pandas' has no attribute 'tools'. Removing tools. fixes this.

amueller commented 5 years ago

Thanks! This is a pretty old version btw, maybe look at the 2018 one.

W3D3 commented 5 years ago

Oh, thanks for the heads up! Will check out the new version!