There were 50 or more warnings (use warnings() to see the first 50

Whenever i am running the code ```
Loan_Pred_Profile <- rfe(trainSet[,predictors], trainSet[,outcomeName], rfeControl = control) i am getting error There were 50 or more warnings (use warnings() to see the first 50

A warning is not the same as an error. Have you seen what the warnings actually are by running warnings() as instructed in the message? You are not giving us enough information to help you out.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.