I tried to train a model in RDotNet
and got this error:
Error in train.default(x, y, weights = w, ...) : Stopping
I ran the same script in RStudio
and it added some more information:
Something is wrong; all the ROC
metric values are missing:
ROC Sens Spec
Min. : NA Min. : NA Min. : NA
1st Qu.: NA 1st Qu.: NA 1st Qu.: NA
Median : NA Median : NA Median : NA
Mean :NaN Mean :NaN Mean :NaN
3rd Qu.: NA 3rd Qu.: NA 3rd Qu.: NA
Max. : NA Max. : NA Max. : NA
NA's :6 NA's :6 NA's :6
Does anyone where/how I can pull that information from the REngine when the exception above appears since it doesn't appear to be in the exception itself? Thanks.