You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: