sramirez / spark-infotheoretic-feature-selection

This package contains a generic implementation of greedy Information Theoretic Feature Selection (FS) methods. The implementation is based on the common theoretic framework presented by Gavin Brown. Implementations of mRMR, InfoGain, JMI and other commonly used FS filters are provided.
http://sci2s.ugr.es/BigData
Apache License 2.0
134 stars 46 forks source link

Add type annotations, remove unnecessary returns, remove unused imports. #12

Closed Smarker closed 6 years ago

Smarker commented 6 years ago

This PR removes most of the warnings on intellij

image