I want to do feature selection using markov blanket algorithm. I am wondering is there any API in java/weka or in python to find the markov blanket .
Consider I have a dataset. The dataset has number of variables and one one target variable. I want to find the markov blanket of the target variable.
Any information would be appreciated