Logistic Regression in R Creating model and testing accuracy

Опубликовано: 29 Октябрь 2024
на канале: Devin Bennett
20,146
177

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:
   • Logistic Regression in R   Creating m...  

Dataset:
https://www.kaggle.com/datasets/johnn...

Code:
https://github.com/simpledevdevin/you...