open-spaced-repetition / srs-benchmark

A benchmark for spaced repetition schedulers/algorithms
https://github.com/open-spaced-repetition/fsrs4anki/wiki
62 stars 9 forks source link

Add AUC to metrics #96

Closed L-M-Sherlock closed 3 months ago

Expertium commented 4 months ago

Add try/except to script.py as well

L-M-Sherlock commented 4 months ago

Add try/except to script.py as well

Which line do you mean?

Expertium commented 4 months ago
try:
    auc = roc_auc_score(y_true=y, y_score=p)
except:
    auc = 0.5
L-M-Sherlock commented 4 months ago

Haven't them?

image
Expertium commented 4 months ago

I don't see it 20240621_123209

Expertium commented 4 months ago

Oh, my bad, you added it in the next commit