pub fn shuffle_split( x: &Tensor, y: &Tensor, test_size: f32, random_state: Option<u64>, ) -> (Tensor, Tensor, Tensor, Tensor)
Shuffle and split data