[][src]Function simple_ml::train_test_split

pub fn train_test_split(
    input: &Vec<f64>,
    percentage: f64
) -> (Vec<f64>, Vec<f64>)