Having an issue while running a logistic regression model using caret::train().
LR = caret::train(Satisfaction ~., data= log_train, method = "glm", preProcess = c("scale"), family="binomial")
keep getting the following line of error:
Error in summary.connection(connection) : invalid connection
This error seems new to me as when i had previously run this code, i did not see any issue. Please help!