- class sushie.io.CVData[source]
Define the cross validation data object.
- Variables:
IO Public-members¶
- static CVData(_cls, train_geno: List[Array], train_pheno, ...)
Create new instance of CVData(train_geno, train_pheno, valid_geno, valid_pheno)
- __repr__()
Return a nicely formatted representation string
- __getnewargs__()
Return self as a plain tuple. Used by copy and pickle.
Last update:
Oct 27, 2024