Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current implementation tests on #4

Open
henrikmarklund opened this issue Mar 22, 2020 · 2 comments
Open

Current implementation tests on #4

henrikmarklund opened this issue Mar 22, 2020 · 2 comments

Comments

@henrikmarklund
Copy link

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!

@pluskid
Copy link
Owner

pluskid commented Mar 22, 2020

@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.

@henrikmarklund
Copy link
Author

It does! Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants