🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to a use Auto Model for data that I have already split into train and test?

User: "kzhao25"
New Altair Community Member
Updated by Jocelyn
I am trying to solve an imbalanced binary classification problem using a model to predict the minority class (stroke victims).  I used oversampling on the training data to make synthetic instances of stroke cases so that I could address the data imbalance issue.

However, I kept the test data as its normal imbalanced distribution rather than oversampling that too because I want to test my model on the real-world distribution.  I would like to use RapidMiner's automodel feature, but every time I try to use it then it just splits my training data into another train-test split and does its own thing.

How do I use Auto Model while specifying the data that those models should be trained on and the data that it should be tested on?
Sort by:
1 - 1 of 11