Logistic Regression - how to predict polynominal attribute type?

LeMarc
LeMarc New Altair Community Member
edited November 2024 in Community Q&A
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?

Best Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓
    Hi,

    maybe you want to have a look on the operator "Polynominal by Binomal Classification"

    Cheers,
    Martin
  • jacobcybulski
    jacobcybulski New Altair Community Member
    Answer ✓
    Another possibility is to use a General Linear Model with multinomial family type. 

Answers