Open Sandy4321 opened 4 years ago
will your code work for categorical data?
Yeah, if you encode it sanely. Onehot-encoding or target-encoding should work. But care must be taking with target-encoding not to overfit.
will your code work for categorical data?