Logistic Regression in R Creating model and testing accuracy

preview_player
Показать описание
In this video we explore logistic regression. Using R to create a logistic regression model to predict a binary variable. Then using the predictions from the model we predict the accuracy of the model.

Did a new version of this video that splits the data into training and testing datasets:

Dataset:

Code:
Рекомендации по теме
Комментарии
Автор

Thanks for the video Devin, saved my bacon

thewrightdaniel
Автор

How did you import the poverty file. I'm having troubles with that.

okefejoseph
Автор

Nice video!

Where do i get this dataset?

pedropolimeni
Автор

This video is old so I doubt I will get a response but what would be going on if my accuracy is always 0?

amandahansen
Автор

why you have not considered training and testing data split

kumarnavkav