///| /// Stores one deterministic train/test index partition. pub struct StratifiedFold { fold_index : Int training_indices : Array[Int] testing_indices : Array[Int] } derive(Eq, Debug)