diff --git a/Python/ml_metrics/average_precision.py b/Python/ml_metrics/average_precision.py index e18297d..aa5c672 100644 --- a/Python/ml_metrics/average_precision.py +++ b/Python/ml_metrics/average_precision.py @@ -4,7 +4,7 @@ def apk(actual, predicted, k=10): """ Computes the average precision at k. - This function computes the average prescision at k between two lists of + This function computes the average precision at k between two lists of items. Parameters