Article Mutual information-based feature selection for intrusion det...

I am required to compute the value of Mutual Information (MI) between 2 features at a time initially. But, the KDD 99 CUP data-set contains continuous values for many of the features, due to which I am getting a ValueError in Python. I am also unable to understand the step where I have to compute the MI between more than 1 feature and the output variable. Guidance required here !!

Similar questions and discussions