Skip to main content

Measure Algorithm Success

Premium

Full prompt: Once you have built an algorithm, how do you know that it works well?

Describe the metrics you would use if this was a classification model vs. those you would use for a regression problem.

For classification problems start with a confusion matrix, and then build on it to describe the metrics you are interested in.

For classification, describe how the change in threshold impacts your metrics.

Why isn’t accuracy always a useful metric?

Describe precision-recall curves and how they differ from ROC curves. How do these plots inform how well your model is performing?