Good evening everyone!
Can anyone provide feedback to the following error of the Logistic Regression tool. The images are shown below:
Solved! Go to Solution.
Most of your variables are String. If the independent variables are binary, try switching them over to double.
A logit regression works much better when the Independent variables are actually integers. The model is more robust when things are continuous rather than categorical.
Occupation is a string but it needed to be excluded as a predictor variable. It was originally included in the analysis for the Logistic Regression and so was the account balance.
After some help from Matt David at Udacity and my peers in the my class, I was able to correctly select the correct variables and it ran without any problems! Yay!
But thank you for your tip and I'll be sure to keep it in mind. :D
Hi Charity_K_Wilson,
A few days after I posted this thread, I figured out what was wrong with the LR and, yes, it had something to do with the variables. Once I excluded certain ones, it ran without any problems!
Thank you for the tip, however, and I will certainly remember it next time I use the LR.
Su