skent259 / mildsvm

Multiple Instance Learning with Distributions, SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning message "setting levels" occurs consistently

skent259 opened this issue · comments

I think this is coming from the call to pROC::auc or pROC::roc, but it would be nice to have this warning message not show up.

Quick-fix: use suppressWarnings
Better-fix: figure out what the input needs to have to remove the warning