Azure / Azure-TDSP-Utilities

Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
Creative Commons Attribution 4.0 International
373 stars 275 forks source link

Code typo in overriding auto-detected isCategorical #13

Closed justinnafe closed 7 years ago

justinnafe commented 7 years ago

When trying to create categorical feature out of a normally numerical feature, the feature would remain numerical. With this correction, the isCategorical override would work and the desired feature would become categorical.