Per comment regarding the Practitioner Guide:
"# paired_manhattan_distance to compute the scores, and an ELUB bounded\n",
"# KDE calibrator to transform to LRs.\n",
"lr_system = lir.CalibratedScorer(paired_manhattan_distances, bounded_kde_calibrator)\n",
"lr_system = bounded_kde_calibrator\n",
Bij option 3 en 4 wordt een pipeline gebouwd waarin ook de manhattan distance meegenomen is. Dat zou ik dan hier ook doen.
Per comment regarding the Practitioner Guide: