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.
sukanyadedkaew1
Member Posts: 17 Maven
in Help
0
Answers
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
The result of logistic regression shows. Thanks a lot.
Took