From 8578e23d737f3649d545666ba93e6048618d2dda Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 17 May 2024 12:37:26 -0700 Subject: [PATCH] update heading --- docs/machine-learning/how-to-guides/load-data-ml-net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/machine-learning/how-to-guides/load-data-ml-net.md b/docs/machine-learning/how-to-guides/load-data-ml-net.md index 58e7bb779806e..1dbf892d440d9 100644 --- a/docs/machine-learning/how-to-guides/load-data-ml-net.md +++ b/docs/machine-learning/how-to-guides/load-data-ml-net.md @@ -159,7 +159,7 @@ Use the `Load` method to load the data into an [`IDataView`](xref:Microsoft.ML.I IDataView data = loader.Load(dbSource); ``` -## Load images from files +## Load images To load image data from a directory, first create a model that includes the image path and a label. `ImagePath` is the absolute path of the image in the data source directory. `Label` is the class or category of the actual image file.