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
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
0
Best Answer
-
earmijo Member Posts: 271 UnicornHi 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.0