I know that a linear regression model is generally evaluated using Adjusted R² or F value. How would you evaluate a logistic regression model?
: We can use the following methods: Since logistic regression is used to predict probabilities, we can use AUC-ROC curve along with confusion matrix to determine its performance. Also, the analogous metric of adjusted R² in logistic regression is AIC. AIC is the measure of fit which penalizes model for the number of model coefficients. … Read more