Metrics

Learn which metrics to use for a machine learning use case and model. MAPE,RMSE,MAE,MDAPE,precision, recall, and many more metrics explained simply

Which are the best clustering metrics?

Which are the best clustering metrics? (explained simply) Members Public

Clustering is a common unsupervised learning approach, but it can be difficult to know which the best evaluation metrics are to measure performance. In this post, I explain why we need to consider different metrics, and which is best to choose.

Stephen Allwright
Stephen Allwright
Metrics
How to calculate MAPE (mean absolute percentage error) with zero values

How to calculate MAPE with zero values (simply explained) Members Public

MAPE (Mean Absolute Percentage Error) is a common regression machine learning metric, but when the actual values are close to 0 it becomes undefined. In this post, I explain why this happens and what to do when it does.

Stephen Allwright
Stephen Allwright
Metrics
What is a good mae (mean absolute error) score

What is a good MAE score? (simply explained) Members Public

MAE (Mean Absolute Error) is a popular metric to use for regression machine learning models, but what is a good score? In this post, I explain what MAE is, what a good value is, and answer some common questions.

Stephen Allwright
Stephen Allwright
Metrics
how to interpret mae (mean absolute error)

How to interpret MAE (simply explained) Members Public

MAE is a common regression machine learning metric, but it can be confusing to know how to interpret the values. In this post, I explain what MAE is, how to interpret the values and walk through an example.

Stephen Allwright
Stephen Allwright
Metrics
how to interpret mse (mean squared error)

How to interpret MSE (simply explained) Members Public

MSE is a common regression machine learning metric, but it can be confusing to know how to interpret the values. In this post, I explain what MSE is, how to interpret the values and walk through an example.

Stephen Allwright
Stephen Allwright
Metrics
how to interpret rmse

How to interpret RMSE (simply explained) Members Public

RMSE is a common regression machine learning metric, but it can be confusing to know how to interpret the values. In this post, I explain what RMSE is, how to interpret the values and walk through an example.

Stephen Allwright
Stephen Allwright
Metrics
how to interpret r squared values

How to interpret R Squared (simply explained) Members Public

R Squared is a common regression machine learning metric, but it can be confusing to know how to interpret the values. In this post, I explain what R Squared is, how to interpret the values and walk through an example.

Stephen Allwright
Stephen Allwright
Metrics
how to interpret AUC score values

How to interpret AUC score (simply explained) Members Public

AUC score is a common classification machine learning metric, but it can be confusing to know how to interpret the values. In this post, I explain what AUC is, how to interpret the values and walk through an example.

Stephen Allwright
Stephen Allwright
Metrics