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

Optimize Selection before naive bayes modelling

noritanorita Member Posts: 29 Learner III
Heello

In the tutorial process the operator optimize selection contains svm (support vector machine). I was wondering if I can use it alike for feature selection. I will use afterwards naive bayes. Should I have any concerns that this different model methods doesn't fit together?

Best

Nora

Best Answer

  • earmijoearmijo Member Posts: 271 Unicorn
    Solution Accepted
    Hi Norita: Yes, you could use other algorithms. However, the selection of the optimal set of variable may not be the same. There are two ways of doing variable selection: wrappers and filters. Filters give you the same answer for all algorithms. You select the variable before you choose the algorithm. With Wrappers (and Optimize Selection is the operator to use in RM) the selection is dependent on the algorithm you choose. 
Sign In or Register to comment.