-
Dear authors,
What is pretraining distribution of CTransPath and CHIEF? Is new CHIEF CTransPath model the same as previous one in Medical Image Analysis?
-
do you by any chance still have the dataset split (train/val/test set) that was used to pretrain ProtT5 UniRef50? I am trying to investigate data leakage for down stream tasks.
-
Hi, I used OpenCV.jl to read a video frames. And I found that julia is not able to do GC on data read by OpenCV. There need a mandatory `GC.gc()` to release those memories, otherwise, there will be a …
-
In pull requests #1 and #2, I made sure that the codebase is working by running an empty job following the PreFer team's instruction [here](https://stulp.gmw.rug.nl/prefer/posts/posts/2024-03-24-first…
-
### Describe the feature
Some community models have adopted the methods from the "Let’s Verify Step by Step" paper for training, thus there is a risk of Math data leakage.
https://arxiv.org/pdf/2…
-
Hi,
I was working on cross validation/ splitting data using different seed points and then train a PyCOX model before averaging the result. I tried to fix the data leakage y removing the model/log…
-
Currently, ResStock sets infiltration with the Infiltration.tsv, but has other sources of infiltration (i.e. water heater and heating system flues and chimneys). There is a suspicion that the homes we…
-
If you have an onSolutionOpen method this gets run before the initSession() and filterSecurityTables() in the svySecurity module. This could cause data leakages as the tables will not be filtered corr…
-
With a current state of Flow's API we can't choose `data_leakage_handling` strategy and `noise`( but we can do it in Py API ). Actually just looked into R's API and not sure that we can do it there ei…
-
**Basic Idea**
Let's suppose a query has a highly selective WHERE condition, but it does not benefit from the index. Subsequent queries use the same condition.
Let's remember the ranges in data …