Skip to content

Commit 5e8db6d

Browse files
authored
Update how-to-access-data.md
added recommendation to use dataset
1 parent 9fc4cb0 commit 5e8db6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/service/how-to-access-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ The `target_path` parameter is the location of the local directory to download t
145145
<a name="train"></a>
146146
## Access your data during training
147147

148-
To access data during training, you can either download or mount your data from your Azure storage services to the compute target via datastores.
148+
> [!NOTE]
149+
> Azure machine learning dataset is the new way to access your data in training. It provides you with the capabilities to load tabular data into pandas or spark DataFrame and the capabilities to download or mount files of any format from Azure Blob, Azure File, Azure Data Lake Gen 1, Azure Data Lake Gen 2, Azure SQL, Azure PostgreSQL. We recommend you to learn [how to train with datasets](how-to-train-with-datasets.md).
149150
150151
The following table lists the methods that tell the compute target how to use the datastores during runs.
151152

0 commit comments

Comments
 (0)