Skip to content

Commit 7862619

Browse files
committed
Updated text in response to edit ofd redundant sentence.
1 parent 31a70a9 commit 7862619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/concept-azure-machine-learning-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For an example of viewing runs that are produced by training a model, see [Quick
157157
When you submit a run, Azure Machine Learning compresses the directory that contains the script as a zip file and sends it to the compute target. The zip file is then extracted, and the script is run there. Azure Machine Learning also stores the zip file as a snapshot as part of the run record. Anyone with access to the workspace can browse a run record and download the snapshot.
158158

159159
> [!NOTE]
160-
> To prevent files from being included in the snapshot, make an ignore file (.gitignore or .amlignore) to prevent files from being included in the experiment snapshot that are not really a part of the source code. Place this file in the directory and add the files names to ignore in it. The .amlignore file uses the same [syntax and patterns as the .gitignore file](https://git-scm.com/docs/gitignore)git s. If both files exist, the .amlignore file takes precedence.
160+
> To prevent unnecessary files from being included in the snapshot, make an ignore file (.gitignore or .amlignore). Place this file in the Snapshot directory and add the files names to ignore in it. The .amlignore file uses the same [syntax and patterns as the .gitignore file](https://git-scm.com/docs/gitignore)git s. If both files exist, the .amlignore file takes precedence.
161161
162162
## Activity
163163

0 commit comments

Comments
 (0)