Feature Selection algorithm?

The front end.
Post Reply
jlara
Posts: 3
Joined: Tue May 19, 2009 7:37 pm

Feature Selection algorithm?

Post by jlara »

Hi,
Can someone tell me or provide a reference about the feature selection (FS) algorithm implemented with naiveBN in Genie. My question is: are variables filtered by an FS method (i.e. preprocessed prior to presentation to the BN) or do they represent the BN choice of variables?
Thanks
mark
Posts: 179
Joined: Tue Nov 27, 2007 4:02 pm

Re: Feature Selection algorithm?

Post by mark »

Feature selection uses Greedy Thick Thinning (search forum for more info) to first greedily add features and then remove features that maximizes a Bayesian score function.
jlara
Posts: 3
Joined: Tue May 19, 2009 7:37 pm

Re: Feature Selection algorithm?

Post by jlara »

Mark, thanks for the answer.
Post Reply