AdaBoost question

egosh
egosh New Altair Community Member
edited November 5 in Community Q&A
Hello everyone.

When I use AdaBoost, with many learners it generates the following  warning:

Input example set has example weights, but the learner will ignore them.

Does it mean that the boosting will not work and I need to only use learners that are weight-aware? Or can I use some additional nodes to make non-weight-aware learner to become weight-aware?

Thanks.
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    you can't do this. You need to use weight aware learners.

    Greetings,
    Sebastian