The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Feature selection

mahajandivmahajandiv Member Posts: 12 Learner II
How to use feature selection , if i want to do it via apriori and fp growth and  also  i  want to do it on one of my result...
How to do it help me out...

Answers

  • PapadPapad Member Posts: 68 Guru
    Hello @mahajandiv ,
    feature selection depends on the kind of data you have. If you are not sure about it you can try many combinations.
    Although, when you select a model, you can see on your window "Help" section where there is explanation about all features of every model.
    Hope it helps.

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Often when approaching an unsupervised problem, it is easiest to use simple filter-based feature selection (like Remove Correlated Attributes) or variance-based methods (like PCA).  The lack of a defined label or performance to optimize will make it more difficult to use the wrapper methods (like Evolutionary FS or Forward Selection or Backward Elimination), although there are some tricks to using those methods.  Still, if I had a dataset with many attributes I would probably try one of the first two methods I listed first. 
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.