Closed ambroslins closed 6 months ago
Hi @ambroslins , I haven't looked into it in detail yet, but I have some questions and comments:
beta1=beta2=2
for all our experiments as opposed to your beta=1
. probably this is what you are missing?I don't know, if this helps, but in any case, I need some clarification here.
Best, Patrick
Hi @helme, thanks for the quick response.
I was referring to the maximum F1 score as described in the preprint paper:
To summarize F1(τ) by a single number, the threshold is varied and the maximum score, from now on referred to as Fmax, is reported.
I am sorry for the confusion and thanks for your time. Best, Ambros
I managed to train the xresnet1d101 model on the PTB-XL dataset using the
reproduce_results.py
script with different experiments, however when I evaluate the model predictions, I get different results than the ones reported in Table II.To evaluate the predictions I used the following script, where I adapted the code from the
utils
module to compute the optimal thresholds for the F1 score:For the
exp0
experiment I also evaluated the providedy_test_pred.npy
file from this repository.