smazzanti / mrmr

mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
MIT License
531 stars 79 forks source link

mrmr_classif doesn't return any results #51

Open YsabelleSousa opened 4 months ago

YsabelleSousa commented 4 months ago

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 messages. I've tried running it on Google Colab to see if the issue was specific to my local environment, but I encountered the same problem there.

Has anyone else experienced this or have any suggestions on how to resolve it?

image
hamzaibrahim21 commented 3 weeks ago

@YsabelleSousa I faced the same problem. However, changing the type of the input dataframe using polars , as in your case X=polars.DataFrame(X), worked for me.