You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using replicates, I would be interested in adding a cross validation training and evaluation scheme based on the domain metadata.
Say a dataset has domain: A,B,C. I would like to:
train on 70% of data sampled from A,B and evaluate in distribution on the remaining 30 % from A,B and out of distribution on C.
train on 70% of data sampled from B,C and evaluate in distribution on the remaining 30 % from B,C and out of distribution on A.
train on 70% of data sampled from C,A and evaluate in distribution on the remaining 30 % from C,A and out of distribution on B.
Finally average the in distribution and the out of distribution metric to have the final performance.
Here the 70-30 split is arbitrary and should be modifiable.
I am just starting exploring the package having only replicated the ERM result on the camelyon17 dataset.
It seems that the grouper object might be a good start to implement the following procedure. But, I am still lacking a high level overview of the code. So how would you do this ?
The text was updated successfully, but these errors were encountered:
Hello and thank you for this amazing package.
Instead of using replicates, I would be interested in adding a cross validation training and evaluation scheme based on the domain metadata.
Say a dataset has domain: A,B,C. I would like to:
Finally average the in distribution and the out of distribution metric to have the final performance.
Here the 70-30 split is arbitrary and should be modifiable.
I am just starting exploring the package having only replicated the ERM result on the camelyon17 dataset.
It seems that the grouper object might be a good start to implement the following procedure. But, I am still lacking a high level overview of the code. So how would you do this ?
The text was updated successfully, but these errors were encountered: