Skip to content

Commit 08ba32b

Browse files
authored
public repo edits
1 parent bef922e commit 08ba32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/data-science-virtual-machine/linux-dsvm-walkthrough.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: data-science-vm
88

9-
author: vijetaj
9+
author: vijetajo
1010
ms.author: vijetaj
1111
ms.topic: conceptual
1212
ms.date: 07/16/2018
@@ -205,11 +205,11 @@ To deploy the decision tree code from the preceding section, sign in to Azure Ma
205205
return(colnames(predictDF)[apply(predictDF, 1, which.max)])
206206
}
207207

208-
1. Create a setting.json file for this workspace:
208+
1. Create a settings.json file for this workspace:
209209

210210
vim ~/.azureml/settings.json
211211

212-
1. Make sure the following contents are put inside settings.json
212+
1. Make sure the following contents are put inside settings.json:
213213

214214
{"workspace":{
215215
"id": "<workspace-id>",

0 commit comments

Comments
 (0)