anonymoussubmission9 / anonymous-submission

1 stars 2 forks source link

[Paper Question] Train Test Split #2

Open acheshkov opened 3 weeks ago

acheshkov commented 3 weeks ago

Hi!

In you paper tells that model was trained on all projects from Defects4J. I'm curios what is yours train-test-split strategy?

anonymoussubmission9 commented 1 week ago

Hi, the training strategy involved leave-one-out cross-validation. Specifically, the model was trained on all faults except one and then evaluated on the remaining fault. This process was repeated for each fault in the dataset.