Chapter 10 Machine Learning Algorithm Performance Metrics Flashcards
WHAT ARE THE TYPES OF CLASSIFICATION PERFORMANCE METRICS? P72
Classification Accuracy.
Logarithmic Loss.
Area Under ROC Curve.
Confusion Matrix.
Classification Report.
HOW IS LOGARITHMIC LOSS (LOGLOSS) CALCULATED? P73
Logarithmic loss (or logloss) is a performance metric for evaluating the predictions of probabilities of membership to a given class, Predictions that are correct or incorrect are rewarded or punished proportionally to the confidence of the prediction.
FOR WHAT KIND OF CLASSIFICATION PROBLEMS IS AREA UNDER ROC CURVE USED? MULTICLASS OR BINARY? P73
Area under ROC Curve (or AUC for short) is a performance metric for binary classification problems.
WHAT DOES ROC-AUC REPRESENT? P73
The AUC represents a model’s ability to discriminate between positive and negative classes.
WHAT PERFORMANCE METRIC A CONFUSION MATRIX SHOWS? P74
It’s a handy presentation of the accuracy of a model with 2 or more classes
WHAT ARE THE 3 MOST COMMON METRICS FOR EVALUATING PREDICTIONS ON REGRESSION MACHINE LEARNING PROBLEMS? P76
Mean Absolute Error.
Mean Squared Error.
R2
WHICH MODELS ASSUME GAUSSIAN DISTRIBUTION FOR NUMERICAL INPUTS? P80
Logistic Regression, Linear Discriminant Analysis, (Gaussian) Naïve Bayes
StackOverflowForMore
https://stats.stackexchange.com/questions/360657/list-of-machine-learning-classifiers-that-naturally-assume-data-in-normal-distri