ATM, accuracy for "none" ensembling == "partial" ensembling.
This PR implements a reasonable interpretation of what "No ensembling" would look like for classification accuracy: i.e. for accuracy and calibrated accuracy, use the positive hiddens for inference. I also added logging for cal_thresh.
Closes NOT-372
ATM, accuracy for "none" ensembling == "partial" ensembling.
This PR implements a reasonable interpretation of what "No ensembling" would look like for classification accuracy: i.e. for accuracy and calibrated accuracy, use the positive hiddens for inference. I also added logging for
cal_thresh
.