question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove validation for shuffling cases + case navigation

See original GitHub issue

Continuing from:

Disabling validation was based on the assumption that when shuffling an index would not be provided because of performance issues.

However, a quick test of the endpoint on a test reader-study would suggest it already works. Not sure if this was solved by @MikeOverkamp-diag since the validation was introduced in:

From the CIRRUS side, it seems there are no explicit checks and it should already work.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
MikeOverkamp-diagcommented, May 13, 2022

To clarify: this only holds for the detail view. Using the list view with a limit=1 filter works as it should. I was under the impression that that would be used in cirrus.

0reactions
MikeOverkamp-diagcommented, Jun 16, 2022

Nevermind, I didn’t specify a reader study, so it makes sense.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Even when val DataLoader has shuffle=False, Lightning gives ...
To Reproduce Assign shuffle=False in both the val and test dataloaders. ... Someone might want to disable shuffling in the validation loop ...
Read more >
Impact of using data shuffling in Pytorch dataloader
, I was getting accuracy on validation dataset around 2-3 % for around 10 epochs but when I just changed shuffle=True and retrained...
Read more >
Why does shuffling in train test split have a big impact with my ...
It simply means that data in your training set is not ordered randomly, or at least, there's some unlucky order of the data....
Read more >
How to Fix k-Fold Cross-Validation for Imbalanced Classification
The two most common approaches used for model evaluation are the train/test split and the k-fold cross-validation procedure.
Read more >
What's Data Masking? Types, Techniques & Best Practices
Remove any unnecessary data, and mask it while in stasis. ... the same individual masking data column for shuffling in a randomized fashion....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found