Skip to content

Final

Latest
Compare
Choose a tag to compare
@Lingrui Lingrui released this 22 Jul 19:07
21625d3
  • Correct the evaluation method. (Apply the training optimal threshold to test )

  • Vote for the final prediction category

-One more random seed for repeated cross-validation has been added to TMJPI compared to the published paper. We do 11 times five-fold CV to avoid the edge case in which the half/half model votes for negative and positive.

-We calculated the final prediction score by binarizing the prediction probability with the optimal training threshold in each model. The most frequency category counted for the final prediction result.