I am planning to use mutual information for feature selection. Before using a standard tool to calculated mutual information between two attributes , i need a solved example where i can see how it is done.
In this post you will find a nice description with examples of how to use several implementations of MI for feature selection. The author has made available the source code (python) in a git repository.
Thanks for the quick response. What i am looking for is a very basic example, so that the concept of calculation of Mutual Information between two attributes gets clear, before i move forward in my research..