pub fn create_training_data( features: Vec<Vec<f64>>, labels: Vec<f64>, ) -> TrainingData
Create training data from vectors