@pagal_guy wrote:
Hello,
I am using the below code to run lda from the caret package in R:
ldaModel <- train(df_train[,-16], df_train[,16], method='lda', trControl=Control, metric = "Accuracy", preProc = c("center", "scale"))
However I am getting an error:
What does this error mean and how to remove it?r
Posts: 1
Participants: 1