Skip to content

Commit 404928a

Browse files
authored
Correct list formatting
1 parent 0429a3c commit 404928a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-mltable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ With this data, you want to load into a Pandas data frame:
129129

130130
Pandas code handles this. However, achieving *reproducibility* would become difficult because you must either:
131131

132-
1. share code, which means that if the schema changes (for example, a column name change) then all users must update their code, or
133-
1. write an ETL pipeline, which has heavy overhead.
132+
- share code, which means that if the schema changes (for example, a column name change) then all users must update their code, or
133+
- write an ETL pipeline, which has heavy overhead.
134134

135135
Azure Machine Learning Tables provide a light-weight mechanism to serialize (save) the data loading steps in an `MLTable` file, so that you and members of your team can *reproduce* the Pandas data frame. If the schema changes, you only update the `MLTable` file, instead of updates in many places that involve Python data loading code.
136136

0 commit comments

Comments
 (0)