BoulderLou

Results 3 comments of BoulderLou

one solution is to convert the contents of the floating point arrays to integer values fpr[i], tpr[i], _ = roc_curve(np.rint(Y_test[:, i]), np.rint(y_scores[:, i])) auc_score = roc_auc_score(np.rint(Y_test), np.rint(y_scores))

Airat90 here are my mods for the new iPhone16 devices. I can only test on a Win 11 OS and with the iPhone16Pro Max as that's the only phone I...

Describe the bug The latest version of Blobsaver v3.6.0 does not currently support the latest iPhone 16 models. Thus, users are not able to save blobs for Apple's newest iPhone...