Skip to content

Fix flaky titanic validator test#630

Merged
JulienVig merged 3 commits intodevelopfrom
629-flaky-titanic-julien
Feb 13, 2024
Merged

Fix flaky titanic validator test#630
JulienVig merged 3 commits intodevelopfrom
629-flaky-titanic-julien

Conversation

@JulienVig
Copy link
Copy Markdown
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
@JulienVig JulienVig requested a review from tharvik February 13, 2024 16:50
Copy link
Copy Markdown
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
@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