pub fn training_model( tuningmodename: &str, model: &str, batch: u64, learning_rate: f64, epoch: u64, example: &str, ) -> String