🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Logistic Regression does not support numerical label?

User: "MLAdvocate"
New Altair Community Member
Updated by Jocelyn
I'm getting a Insufficient Capability message that says that numeric label not supported when I used the Logistic Regression operator.  Any idea why?  Thanks

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    LogisticRegression is not supporting other labels than binominal by definition of the algorithm. Are you sure you do not want to use a GLM?

    BR,
    Martin
    User: "MLAdvocate"
    New Altair Community Member
    OP
    Accepted Answer
    Thanks so much. I was comparing to scikit learn's which log regression which can work with numeric labels.  Also, i was looking earlier at rapidminer's online documentation which seems to be outdated / silent on this. The documentation within the software is correct though. Thanks again.