If a confusion matrix shows: TP=60, FP=15, TN=900, FN=25, what is the precision?
In a confusion matrix, what is a Type I error?
In a confusion matrix, what is a Type I error?
What is specificity in binary classification?
What is specificity in binary classification?
In sklearn’s LogisticRegression, what does the C parameter c…
In sklearn’s LogisticRegression, what does the C parameter control?
What function does logistic regression use to map any real v…
What function does logistic regression use to map any real value to a probability?
How do you interpret a logistic regression coefficient of 0….
How do you interpret a logistic regression coefficient of 0.5?
What is precision in binary classification?
What is precision in binary classification?
Which of the following is a common data quality issue that s…
Which of the following is a common data quality issue that should be checked early in data preparation?
According to the slides, when is it appropriate to drop rows…
According to the slides, when is it appropriate to drop rows with missing data?
In the IQR method for outlier detection, what is the typical…
In the IQR method for outlier detection, what is the typical multiplier used?