fitting-random-labels icon indicating copy to clipboard operation
fitting-random-labels copied to clipboard

Current implementation tests on

Open henrikmarklund opened this issue 5 years ago • 2 comments

Hey, thanks for sharing!

When training on partially corrupted labels, shouldn't we still evaluate on accurate labels? Current implementation evaluates on a dataset that has corrupted labels.

Or perhaps I'm missing something?

Thanks!

henrikmarklund avatar Mar 22 '20 09:03 henrikmarklund

@henrikmarklund Depending on what you want to do. If you want to evaluate the generalization performance under the situation where the underlying data distribution has some probability of generating random labels, then you need to set the test data to also contain random labels. If on the other hand, you want to evaluate what is the effect of artificially corrupted training data with random labels, then the test data could be the original clean data. Hope this clarifies your question.

pluskid avatar Mar 22 '20 17:03 pluskid

It does! Thank you! :)

henrikmarklund avatar Apr 29 '20 22:04 henrikmarklund