Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Automatic feature generation

fungayismfungayism Member Posts: 5 Learner II
edited November 2019 in Help
hie. 
How do you find or calculate the minimum number of iterations of N attributes exampleset using Backward Elimination.

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted
    Backward elimination will run one 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

Answers

Sign In or Register to comment.