udacity / DSND_Term2

Contains files related to content and project of DSND Term 2
MIT License
1.1k stars 1.66k forks source link

Corrected wrong value in the categorical variables notebook #13

Closed mirceast closed 3 years ago

mirceast commented 4 years ago

The solution1.py file expects 50 but it's actually 49. This can also be easily checked in the notebook Categorical Variables - Solution, where the calculation with numpy also gives 49.

ronny-udacity commented 3 years ago

Thank you for reporting the bug. This has been fixed with this PR.