Vasileios Tsouvalas
Vasileios Tsouvalas
@jcklie @filippoBUO It seems that `K` is not used inside 'compute_confident_joint'. I have written a modified version to overcome this issue. ``` def compute_confident_joint(labels, pred_probs, *, num_classes=None, thresholds=None, calibrate=True, multi_label=False,...
@jwmueller I have tested this in my implementation and it works fine. However, if you plan to use `calibrate=True` in `compute_confident_joint`, you need to add the `num_classes` and adjust `value_counts`...
Thank you for your interest @danieljanes . Running a large number of processes/threads on the same time could indeed cause many problems. For example, I am unable to run in...
Any updates on this?