Untitled Deck Flashcards
What type of model is Logistic Regression?
B. Classification
What is the target variable type in Logistic Regression?
B. Categorical
Which function is commonly used to model probabilities in logistic regression?
B. Sigmoid function
What is the main characteristic of binary classification?
B. Two classes
What does the log odds in logistic regression represent?
B. Odds of one event compared to another
Which metric is used to evaluate how well the logistic regression model predicts labels?
A. Sensitivity
B. Specificity
C. Accuracy
What is the equation used for log odds in logistic regression?
A. log(P/(1-P))
What does ROC curve represent?
B. Trade-off between TPR and FPR
What value represents an ideal AUC (Area Under the Curve) for a perfect model?
C. 1
Which library in Python is commonly used for building logistic regression models?
C. statsmodels
What does ‘Specificity’ measure in a model?
B. True negatives
What is the threshold value optimized using the ROC curve?
A. Probability Cutoff
What is an advantage of dummy variable transformation?
B. Standardizes scales of variables
What does WOE stand for?
A. Weight Of Evidence
What is a key characteristic of WOE transformation?
B. Reflects group identity
What does IV (Information Value) indicate?
B. Predictive power of variables
Which validation method splits the data into k parts?
B. K-fold cross-validation
What does a stable model ensure?
C. Performance and variable stability