Skip to content

Commit e0cdfbb

Browse files
committed
fixing formatting
1 parent 033bfa1 commit e0cdfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-save-write-experiment-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When writing changes, we recommend writing files to storage via an Azure Machine
6363

6464
Otherwise, write files to the `./outputs` and/or `./logs` folder.
6565

66-
>[!Important]
66+
> [!IMPORTANT]
6767
> Two folders, *outputs* and *logs*, receive special treatment by Azure Machine Learning. During training, when you write files to`./outputs` and`./logs` folders, the files will automatically upload to your job history, so that you have access to them once your job is finished.
6868
6969
* **For output such as status messages or scoring results,** write files to the `./outputs` folder, so they are persisted as artifacts in job history. Be mindful of the number and size of files written to this folder, as latency may occur when the contents are uploaded to job history. If latency is a concern, writing files to a datastore is recommended.

0 commit comments

Comments
 (0)