I was asked for the question that which classification loss function is relatively not sensitive to the imbalanced sample (tree, regression, e.t.c.)?
I know that imbalanced sample will affect the accuracy including recall, ROC, AUC e.t.c. And usually we will use re-sampling (undersampling and oversampling) to pre-process the imbalanced data. But I don't which classifier is relatively not sensitive to the imbalanced sample.