I have multi-class classification problem and data is heavily skewed. My target variable (y) has 3 classes and their % in data is as follows: 0=3% - 1=85% - -1=12%
I am looking for Packages in R which can do multi-class oversampling, under sampling or both the techniques. I tried using ROSE package in R but it works only for binary class problems.