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

Fix flaky titanic validator test #630

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

JulienVig
Copy link
Collaborator

@JulienVig JulienVig commented Feb 13, 2024

Fixes #629

When uncommenting the titanic validator test (which was previously commented because the loss was NaN), I increased the accuracy minimum without noticing that the accuracy was tested at initialization, i.e., without any training.
Therefore, I lower the validator accuracy expectations (from 0.5 to 0.3) but I add assertions on minimum training and validation accuracy (both > 0.6) in the end-to-end test.

@JulienVig JulienVig changed the title 629 flaky titanic julien Fix flaky titanic validator test Feb 13, 2024
@JulienVig JulienVig self-assigned this Feb 13, 2024
@JulienVig JulienVig added the testing Related to the testing of Disco.js label Feb 13, 2024
@JulienVig JulienVig marked this pull request as ready for review February 13, 2024 16:50
Copy link
Collaborator

@tharvik tharvik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hoo nice, you found out why, thanks!

@JulienVig JulienVig merged commit 61bc717 into develop Feb 13, 2024
17 checks passed
@JulienVig JulienVig deleted the 629-flaky-titanic-julien branch February 13, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to the testing of Disco.js
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Titanic validator test is flaky
2 participants