Model Pipeline - Mutual information for feature selection
This pipeline uses mutual information to find which features are most helpful to predict the target. It selects the best features before training a simple model to improve accuracy and reduce noise.