pub fn train_test_split<T: Clone>( data: &[T], train_ratio: f64, seed: u64, ) -> (Vec<T>, Vec<T>)
Simple train/test split