From fefccf680c41a96189017489c7ddb3630c8d74b9 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Fri, 8 Mar 2019 15:02:57 -0800 Subject: [PATCH] removing typo from mleap sample --- .../features/sql-big-data-cluster/app-deploy/mleap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md b/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md index 4357ef91..cd4f815d 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/mleap/README.md @@ -59,7 +59,7 @@ To run this sample, you need the following prerequisites. To test the app, run the command below. The input parameter is a `LeapFrame`, a `json` file that describes the parameters and the values provided to the model for predicting the cost per square feet. Note that the input parameter has a special character '@' to indicate that a `json` file is being passed. This command needs to be run within the `mleap` folder. ```bash - mssqlctl app run --name mleap --version [version] --inputs mleap-frame=@frame.json + mssqlctl app run --name mleap --version [version] --input mleap-frame=@frame.json ``` The result will be a json output that includes the prediction along with additional data, including the predicted price per square feet.