class sushie.io.CVData[source]

Define the cross validation data object.

Variables:
train_geno : List[jax.Array]

genotype data for training SuShiE weights.

train_pheno : List[jax.Array]

phenotype data for training SuShiE weights.

valid_geno : List[jax.Array]

genotype data for validating SuShiE weights.

valid_pheno : List[jax.Array]

phenotype data for validating SuShiE weights.

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