Skip to content

Commit 0429a3c

Browse files
committed
Fix detected errors.
1 parent c98e014 commit 0429a3c

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
@@ -432,7 +432,7 @@ ml_client.jobs.create_or_update(job)
432432

433433
## Authoring MLTable Files
434434

435-
To directly create the MLTable file, we recommend that you use the `mltable` Python SDK to author your MLTable files - as shown in the [Azure Machine Learning Tables Quickstart](./how-to-mltable.md#azure-ml-tables-quickstart) - instead of a text editor. In this section, we outline the capabilities in the `mltable` Python SDK.
435+
To directly create the MLTable file, we recommend that you use the `mltable` Python SDK to author your MLTable files - as shown in the [Azure Machine Learning Tables Quickstart](#azure-machine-learning-tables-quickstart) - instead of a text editor. In this section, we outline the capabilities in the `mltable` Python SDK.
436436

437437
### Supported file types
438438

@@ -686,7 +686,7 @@ You can also easily access the data asset in a job.
686686

687687
### Parquet files
688688

689-
The [Azure Machine Learning Tables Quickstart](#azure-ml-tables-quickstart) shows how to read parquet files.
689+
The [Azure Machine Learning Tables Quickstart](#azure-machine-learning-tables-quickstart) shows how to read parquet files.
690690

691691
### Paths: Create a table of image files
692692
You can create a table containing the paths on cloud storage. This example has several dog and cat images located in cloud storage, in the following folder structure:

0 commit comments

Comments
 (0)