Question about AutoModel 'Turn into Classification' method
pblack476
New Altair Community Member
So, when I choose that option what exactly is AutoModel doing? Is it running a regression and then just labeling the results according to the categories I've set or is it actually transforming the labels into categories and then running a classification task?
And while I am at it, what are your thoughts on these two approaches?
At least in my data I seem to be getting better results from running the regression and re-labeling the results afterwards with a simple if statement.
Tagged:
1
Answers
-
hi @pblack476 the docs page has a good overview of how Auto Model works:
https://docs.rapidminer.com/latest/studio/guided/auto-model/
Scott1