I have a dataset that has 30 columns. The last column is the target variable in classification.
I need to delete randomly 10% of attributes values. So 10% values from columns 0-29 should be NA. I also want the data deletion to occur at random i.e. I do not want all columns to have the same deletion percentage. I require all columns to have a different percentage of deletion. But as a whole, all columns taken together should make up the 10% deleted from the original attribute values.
Help would be much appreciated.