MAP
ROC-AUC
Correlation matrix
Shows the correlation coefficient between variables
Residual plots
Positive residul
The model is over estimating the target
Negative residual
The model is under estimating the target
What does a residual plot in a bell shape centered on zero indicate?
RMSE
Can a confusion matrix be used to evaluate multi-class classification model?
Box plot
Box plot positive skew
Box plot normal distribution
Box plot negative skew
ROC
MAPE
What do the whiskers of a box plot mean?
They indicate the minimum and maximum values excluding outliers
k-fold Cross-validation
is a technique for evaluating ML models by training several ML models on subsets of the available input data and evaluating them on the complementary subset of the data. Use cross-validation to detect overfitting, i.e. failing to generalize a pattern.
Transfer learning
What transformation should you use to address positive skew?
Logarithmic transformation
What transformation should you use to address negative skew?
Third-order polynomial transformation
How do you select the optional k paramter?
Choose the elbow in the distortion curve
MICE
When is recall most relevant?
when trying to minimize false negatives
When is AUC most relevant
when trying to visualize the tradeoff between false positives and false negatives