pub fn train_test_split( n: usize, test_fraction: f64, seed: u64, ) -> (Vec<usize>, Vec<usize>)
Train/test split indices.