Skip to content

Commit 2de9ba1

Browse files
Update run-ml-model-on-sql-edge.md
1 parent b729d35 commit 2de9ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql-edge/run-ml-model-on-sql-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ drop_index= silic_corr.index[:8].tolist()
109109
df = df.drop(drop_index, axis=1)
110110
df.describe()
111111
```
112-
Now, start the AzureML experiment to find and train the best algorithm. IN this case, we are testing with all the regression algorithms, with a primary metric of Normalized Root Mean Squared Error (NRMSE). For more information, refer [Azure ML Experiments Primary Metric](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-auto-train#primary-metric). The below code will start a local run of the ML experiment.
112+
Now, start the AzureML experiment to find and train the best algorithm. IN this case, we are testing with all the regression algorithms, with a primary metric of Normalized Root Mean Squared Error (NRMSE). For more information, refer [Azure ML Experiments Primary Metric](https://docs.microsoft.com/azure/machine-learning/how-to-configure-auto-train#primary-metric). The below code will start a local run of the ML experiment.
113113
```python
114114
## Define the X_train and the y_train data sets for the AutoML experiments. X_Train are the inputs or the features, while y_train is the outcome or the prediction result.
115115

0 commit comments

Comments
 (0)