skent259 / mildsvm

Multiple Instance Learning with Distributions, SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cv functions don't work when min(n_posbags, n_negbags) < nfolds

skent259 opened this issue · comments

This will always throw an error in calculating the AUC, even though the models can run just fine.

A quick fix might be to omit this AUC from the calculation. Alternatively, can restrict nfolds and message that this parameter is changing.