Completed
Confusion matrix
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Logistic Regression Implementation in R for Automotive Crash Testing
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Key points from previous lecture
- 3 Automotive Crash Testing- Problem Statement
- 4 Getting things ready
- 5 Reading the data
- 6 Understanding the data
- 7 Structure of the data
- 8 Structure of train data
- 9 Building a logistic regression model
- 10 Summary of model
- 11 Finding the odds predict()
- 12 Plotting the probabilities
- 13 Identifying probabilities associated with the Car Type
- 14 Predicting on test data
- 15 Confusion matrix