How to terminate the programme while testing given a threshold?
Hi! Thanks for sharing wonderful code.
I wonder how to terminate the programme while testing given a threshold. Does it automatically or manually in the code?
I just saw the forward process and did not find any other procedure to stop the algorithm once we already get a high confidence classification results.
Thanks.
Hi, sorry for the late reply. In this paper, we simply used the validation set to find a confidence threshold and it's done automatically. I am going to push the script tomorrow.
ok. Thanks a lot.
So for all testing data, they have the same threshold right? Is it a constant that you need to find when training the model?