The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Please help me about polynominal label problem.

sukanyadedkaew1sukanyadedkaew1 Member Posts: 17 Maven




Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, 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.