mrmr icon indicating copy to clipboard operation
mrmr copied to clipboard

mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.

Results 28 mrmr issues
Sort by recently updated
recently updated
newest added

I would naively assume that the redundancy matrix should be symmetric since pairwise mutual information (MI) is invariant against permutation, i.e. `MI(A, B) = MI(B, A)` if A, B are...

I want to use this package over conda, and therefore try to add it to `conda-forge` over [here](https://github.com/conda-forge/staged-recipes/pull/26357). However, `conda-forge` prefers source distributions rather than wheels. Is it possible to...

Sometimes a user may wish to require certain features to be present in the feature space (for inference purposes/interpretability, etc.) and determine what other features minimize redundancy and maximize relevance...

Hello, I'm with this error below when executing mrmr, however, as far as I searched here, this shows that X and y used have different shapes, and mine doesn't, is...

Illegal instruction (core dumped)

Hello love this package. I've used it for work, and it's been very successful at addressing our use-case. I have a small request/recommendation. The doc string [here](https://github.com/smazzanti/mrmr/blob/dc8a810bc9d01b6fe20e8767de0098d4671b50b6/mrmr/pandas.py#L121-L122) indicates that `redundancy`...

Will RDC for redundancy be supported in the near future?

Hi everyone, I've been using the mrmr_classif method from the mRMR library for a while without any issues. However, recently it started returning no results and doesn't give any error...