https://github.com/AmirooR/IntraOrderPreservingCalibration/blob/79325ae321fc1bce3088b2af8ecd18357b50fb6a/evaluate.py#L207 Here, "model" is evaluated instead of "models", the list of k-models. This results in evaluating the k-th model instead of an ensemble model.
IntraOrderPreservingCalibration/evaluate.py
Line 207 in 79325ae
Here, "model" is evaluated instead of "models", the list of k-models.
This results in evaluating the k-th model instead of an ensemble model.