Caret: There were missing values in resampled performance measures
问题 I am running caret's neural network on the Bike Sharing dataset and I get the following error message: In nominalTrainWorkflow(x = x, y = y, wts = weights, info = trainInfo, : There were missing values in resampled performance measures. I am not sure what the problem is. Can anyone help please? The dataset is from: https://archive.ics.uci.edu/ml/datasets/bike+sharing+dataset Here is the coding: library(caret) library(bestNormalize) data_hour = read.csv("hour.csv") # Split dataset set.seed(3)