Skip to content

Commit 8ab9fdd

Browse files
authored
Update how-to-mlflow-batch.md
1 parent b5675ed commit 8ab9fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-mlflow-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Output predictions are generated in the `predictions.csv` file as indicated in t
223223

224224
The file is structured as follows:
225225

226-
* There is one row per each data point that was sent to the model. For tabular data, there will be one row per each row per each input file. Then, the number of rows in the generated file (`predictions.csv`) equals to the sum of all the rows in all the processed files. For other data types, there is one row per each processed file.
226+
* There is one row per each data point that was sent to the model. For tabular data, it means that the file (`predictions.csv`) contains one row for every row present in each of the processed files. For other data types (e.g. images, audio, text), there is one row per each processed file.
227227

228228
* The following columns are in the file (in order):
229229

0 commit comments

Comments
 (0)