Potential Problem Detected (Learner ignore example weights)
ozcan
New Altair Community Member
Hi All,
I want to try Adaboost with my dataset . RandomForest is available in Adaboost. But "Input example set has example weights,but the learner will ignore them" warning is displayed.
I wonder that why does it occur ?
Am I using Adaboost correctly ?
In this case, Can I use result of algorithm ?
Thanks. I attached my process and dataset
I want to try Adaboost with my dataset . RandomForest is available in Adaboost. But "Input example set has example weights,but the learner will ignore them" warning is displayed.
I wonder that why does it occur ?
Am I using Adaboost correctly ?
In this case, Can I use result of algorithm ?
Thanks. I attached my process and dataset
Tagged:
0
Best Answer
-
The error is just a warning that Random Forest ignores example weights. You must have added weights to your dataset at some earlier point? You can find whether a given ML algorithm can accept weights by highlighting it and pressing F1 (or right clicking and selecting Operator Information), and the first section titled "Capabilities" will let you know if it can accept weights or not.2
Answers
-
The error is just a warning that Random Forest ignores example weights. You must have added weights to your dataset at some earlier point? You can find whether a given ML algorithm can accept weights by highlighting it and pressing F1 (or right clicking and selecting Operator Information), and the first section titled "Capabilities" will let you know if it can accept weights or not.2