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 Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,453
RM Data Scientist
-
jacobcybulski Member, University Professor Posts: 391
Unicorn
Answers