Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 206430

mRMR classic in R

$
0
0

Is there any way to include categorical values in the evaluation of mRMR.classic for feature selection in R?

Whenever I try with class types other than ordered and double it gave me the following error:

"data columns must be either of numeric, ordered factor or Surv type"

I tried to make as.factor or even as.numeric but it still gave the same error. So I made all columns either double or ordered, however I could not trust the results.


Viewing all articles
Browse latest Browse all 206430

Trending Articles