udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.31k stars 5.33k forks source link

Fixed AttributeError Change 'ix' to 'iloc' #263

Closed manisaiprasad closed 3 years ago

manisaiprasad commented 4 years ago

Fixed AttributeError: 'DataFrame' object has no attribute 'ix' Changed 'ix' to 'iloc'

abhiojha8 commented 3 years ago

We are closing this because this has been addressed through another PR.