Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Please help me about polynominal label problem.

sukanyadedkaew1sukanyadedkaew1 Member Posts: 17 Maven




Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi,

    learners have different capabilities. For example, Logistic Regression is only able to decide between two classes (true and false, 0 and 1, ...).

    However, there is a meta-learner that goes through all classes one by one and calculates confidences for every "class vs. all the others". Then it selects the class with the highest confidence. The operator is called "Polynominal by Binominal Classification" and it's a wrapper around the learner, in your case the Logistic Regression. Just put it into the process instead of the Regression and put Logistic Regression inside it.

    Regards,
    Balázs


  • sukanyadedkaew1sukanyadedkaew1 Member Posts: 17 Maven


    The result of logistic regression shows. Thanks a lot.

    Took
Sign In or Register to comment.