I have a rather imbalanced (5% positive values), conversion dataset that I'm trying to use the new ML tools to predict the conversion targets.
Traditionally, I would oversample the dataset to balance the target variable, but the assisted modelling doesnt appear to balance the target and just predicts everything as negative for very high accuracy.
Does the assisted modelling have any way of treating or managing imbalanced datasets for classification at all?