pub async fn regression_analysis( file_path: &str, x_col: &str, y_col: &str, degree: usize, predict_x: &str, ) -> Result<String, String>