MIset documentation =================== **'MIset'** stands for '(M)utual (I)nformation (SET) of feature selection techniques'. This is a library that provides a python implementation of the mutual information based feature selection techniques outlined in the following research papers: 1. **'Joint Mutual Information Maximization'** method as described here: `https://doi.org/10.1016/j.eswa.2015.07.007 `_. 2. **'Normalized Joint Mutual Information Maximization'** method as described here: `https://doi.org/10.1016/j.eswa.2015.07.007 `_. 3. **'Joint Mutual Information with Class Relevance'** method as described here: `https://doi.org/10.1016/j.jcmds.2023.100075 `_. .. toctree:: :hidden: Installation MIset Example Contact