Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError: Something is wrong; all the logLoss metric values are missing; Warning: In nominalTrainWorkflow(x = x, y = y, wts = weights, info = trainInfo, : There were missing values in resampled performance measures. #779
Comments
|
These are resolved in the devel version. A version is going to CRAN this week. |
|
Thank you Max. If I download the developed version of caret from github, will the problem be solved? |
|
Yes (and if you still see issues, post them here). You can get the development version using library(devtools)
install_github("topepo/caret/pkg/caret")but you would have to be able to compile from source. There is a compiled version here but only for another day or so. |
|
Hi @topepo ,
Error:
My sessionInfo is,
|
|
I didn't realize that |
|
Please try using these changes and verify that it solves the issue. |
|
Thank you @topepo . The Thanks again. |
|
The warnings from
I interpret this as saying that it doesn't work for these data. |
|
Several methods, e.g. "plor", "gcvEarth","bagEarthGCV","bag","blackboost" etc, return the same problem.
Error:
Something is wrong; all the logLoss metric values are missing.Warning:
2: In nominalTrainWorkflow(x = x, y = y, wts = weights, info = trainInfo, : There were missing values in resampled performance measures.Code:
The output is
My sessionInfo is: