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
Logistic Regression - how to predict polynominal attribute type?
Hi,
I would like to use Logistic Regression to predict a polynominal attribute. I know Logistic Regression is meant to be used for binominal labels. However Im still interested in exploring this algorithm with a polynominal attribute type. So therefore the selected attribute ist convert from polynominal to binominal. In order to apply the model (LR) each extra created attribut needs to be set as "label". If a polynominal attribute has only three different values thats fine. What if I want to use an Attribute with lets say more than 15 different available values. Its cumbersome to select each created attribute as a label.
My question: Is there an easier way how to use LR for predicting polynominal attributes?
Tagged:
0
Best Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi,maybe you want to have a look on the operator "Polynominal by Binomal Classification"Cheers,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany1 -
jacobcybulski Member, University Professor Posts: 391 UnicornAnother possibility is to use a General Linear Model with multinomial family type.2
Answers