Skip to content

Commit fefccf6

Browse files
removing typo from mleap sample
1 parent 9059ddc commit fefccf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/features/sql-big-data-cluster/app-deploy/mleap

samples/features/sql-big-data-cluster/app-deploy/mleap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To run this sample, you need the following prerequisites.
5959
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.
6060

6161
```bash
62-
mssqlctl app run --name mleap --version [version] --inputs mleap-frame=@frame.json
62+
mssqlctl app run --name mleap --version [version] --input mleap-frame=@frame.json
6363
```
6464

6565
The result will be a json output that includes the prediction along with additional data, including the predicted price per square feet.

0 commit comments

Comments
 (0)