'mrr', 'recall' and 'hit'Args:y_true: array, dim(N, ), all true labels of the datay_pred: array, dim(N, ), the predicted scorek: int, the number of topkmetric_type: string, choice the metric,it can be lowercase 'ndcg' or uppercase 'NDCG'...