nf-core / deepmodeloptim

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
https://nf-co.re/deepmodeloptim
MIT License
23 stars 9 forks source link

Adding shuffling block #67

Closed suzannejin closed 7 months ago

suzannejin commented 7 months ago

Always run, mandatory, for each dataset (no noise). This block have different methods to shuffle the labels. This is to test that the model actually does not learn shuffled data.

mathysgrapotte commented 7 months ago

PR #70 solves this for Python, we need to implement it in Nextflow

alessiovignoli commented 7 months ago

solved in nextflow in #74.