Automatic feature generation

fungayismfungayism MemberPosts:5Contributor I
edited November 2019 inHelp
hie.
How do you find or calculate the minimum number of iterations of N attributes exampleset using Backward Elimination.

Best Answer

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn
    Solution Accepted
    反向淘汰将运行一个model using all attributes and that is the "baseline" model performance. Then in the next round, it will run a model dropping each one of the attributes individually and check the performance of each one. At that point, if none of the reduced models are acceptable (based on whatever threshold criteria you have set in the Backward Elimination operator parameters) then it will terminate. Thus the minimum number of iterations using Backward Elimination is (n+1) where n is the number of available attributes.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    fungayism lionelderkrikor

Answers

Sign InorRegisterto comment.