MLWave / Online-Random-Bit-Regression-FTRL

Online Random Bit Regression with FTRL-Proximal in Python
75 stars 31 forks source link

will your code work for categorical data? #2

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

will your code work for categorical data?

MLWave commented 4 years ago

Yeah, if you encode it sanely. Onehot-encoding or target-encoding should work. But care must be taking with target-encoding not to overfit.