Options

Potential Problem Detected (Learner ignore example weights)

ozcanozcan Member Posts: 7 Contributor II
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

Best Answer

  • Options
    Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted
    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.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.