Question: #Building the initial model using Logistic regression. model1
#Building the initial model using Logistic regression. model1 <- glm(satisfaction_v2 ~., data = Train, family = "binomial") summary(model1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
