Hi,
my name is Damiano and I'm studying your project to learn about data science and ML.
I would like to ask you why, at point 6 (glm modeling) you've ran the glm function based on the test_data rather than the train_data
Logistic_Model <- glm(Class~., test_data,family=binomial())
I also wonder why you didn't call for the confusion matrix.
Thank you for you help and congratulations for you work.
damiano pincolini
Hi,
my name is Damiano and I'm studying your project to learn about data science and ML.
I would like to ask you why, at point 6 (glm modeling) you've ran the glm function based on the test_data rather than the train_data
Logistic_Model <- glm(Class~., test_data,family=binomial())
I also wonder why you didn't call for the confusion matrix.
Thank you for you help and congratulations for you work.
damiano pincolini