Demystifying the optimization process behind fitting logistic regression models.
Moving beyond assumptions to understand the optimization process.
Applying logistic regression to a real-world example.
A different approach to finding the best fit.
Determining the likelihood for the obese group.
Determining the likelihood for the non-obese group.
Turning likelihood into a single, usable metric.
The iterative process leads to the best possible line.
The R-squared value is calculated to find the correlation between the parameters of the line.
The P-value for the logistic regression allows finding the best values to work.
The line fitting is performed via probability calculation and finding the values for the data to work.
The likelihood of the obesity and not obesity of the mouses contributes to finding the line fitting.
Ensuring there are good values for the line and it will accurately predict new data.
The algorithm rotates the line and checks which values is the best to fit the data for accurate prediction.
Logistic Regression allows finding the best position for the line to predict accurate values.
For your attention!