The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use logistic regression for multi-class classification in rapidminer?
mahsa_d1992
Member Posts: 1 Learner I
in Help
Hi. I have a dataset which has nominal values. Also, the column I want to use as prediction is divided into 3 classes. I do not know how to use logistic regression in this state?
Tagged:
0
Answers
There is a sample process for it available in the operator help that should guide you.
There are also many other ML operators that can handle multinomial labels.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Is the solution suggested in your post similar to the multinomial logistic regression in python? I generally use python for this. I feel they might be similar but just want your insight.
Also, we can try polynomial to binomial (One Vs All) and apply logistic regression on that directly.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
The one-vs-all-other method is a workaround but isn't suitable if you really do want simultaneous predictions for multiple classes.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing