I have data where all features are nominal. I applied SMOTE-NC, then I found that it only works with a combination of nominal and continuous features!.
There is a technique called SMOTE-N (to deal with only nominal features) in the same paper of SMOTE technique but I can't find any code or function for it in python, is there any application or something similar?. or is there any other over or under-sampling technique that works with only categorical features