NishkarshRaj / 100DaysofMLCode

My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge. Now supported by bright developers adding their learnings :+1:
http://github.com/NishkarshRaj
MIT License
322 stars 163 forks source link

SimpleImputer in Chapter2/missing_data.py is failing #51

Closed codingcosmonaut closed 4 years ago

codingcosmonaut commented 4 years ago

I am getting this error: ValueError: Input contains NaN, infinity or a value too large for dtype('float64').

codingcosmonaut commented 4 years ago

Fixed it with the pull request #52

NishkarshRaj commented 4 years ago

I am getting this error: ValueError: Input contains NaN, infinity or a value too large for dtype('float64').

I did not check that before merging previous PR due to hectic start to HF. 😭

Thanks for raising the issue and making the necessary changes 😄