Chapter 10 Machine Learning Algorithm Performance Metrics Flashcards

1
Q

WHAT ARE THE TYPES OF CLASSIFICATION PERFORMANCE METRICS? P72

A

ˆ Classification Accuracy.
ˆ Logarithmic Loss.
ˆ Area Under ROC Curve.
ˆ Confusion Matrix.
ˆ Classification Report.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HOW IS LOGARITHMIC LOSS (LOGLOSS) CALCULATED? P73

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

FOR WHAT KIND OF CLASSIFICATION PROBLEMS IS AREA UNDER ROC CURVE USED? MULTICLASS OR BINARY? P73

A

Area under ROC Curve (or AUC for short) is a performance metric for binary classification problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

WHAT DOES ROC-AUC REPRESENT? P73

A

The AUC represents a model’s ability to discriminate between positive and negative classes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

WHAT PERFORMANCE METRIC A CONFUSION MATRIX SHOWS? P74

A

It’s a handy presentation of the accuracy of a model with 2 or more classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

WHAT ARE THE 3 MOST COMMON METRICS FOR EVALUATING PREDICTIONS ON REGRESSION MACHINE LEARNING PROBLEMS? P76

A

ˆ Mean Absolute Error.
ˆ Mean Squared Error.
ˆ R2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

WHICH MODELS ASSUME GAUSSIAN DISTRIBUTION FOR NUMERICAL INPUTS? P80

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly