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?
@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.
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?