pub fn write_predict_csv_rows<const N: usize, I>( path: &Path, header: [&str; N], rows: I, )where I: IntoIterator<Item = [String; N]>,