transformer_rankers.eval.evaluation

Functions

evaluate_models(results)

Calculate METRICS for each model in the results dict

recall_at_with_k_candidates(preds, labels, k, at)

Calculates recall with k candidates.