🎉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 coefficients

User: "pb42"
New Altair Community Member
Updated by Jocelyn
It is my understanding that the logistic regression coefficient sign describes whether there is a positive or negative relationship between an independent variable and a dependent variable. However, I am confused as to which dependent variable option is described by this relationship. If the dependent variable is something like Yes/No (i.e., Yes - will default, No - will not default), how does RapidMiner set that relationship? If the logistic regression coefficient is positive does that mean there is a positive relationship between that variable and "Yes - will default" or between that dependent variable and "No - will not default"? 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    Hi,
    you can use Remap Binominal to define the 0 and 1 case for your bioniminal label. That makes it explicit.

    Best,
    Martin
    User: "pb42"
    New Altair Community Member
    OP
    Thank you