From 9bbd617ffb8dd32f31f1f33368e6e03ff4a56de7 Mon Sep 17 00:00:00 2001 From: Bharath Sankaranarayan Date: Wed, 27 Feb 2019 16:19:02 -0800 Subject: [PATCH] Update README.md --- .../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 653361a1..e757c82d 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 @@ -15,7 +15,7 @@ Login to the SQL Server Big Data Cluster using the command below by replacing th mssqlctl login -e https://:30777 -u -p ``` -This example uses a Machine Learning Model that predicts the price per sq. ft given the location along wiht addtional paramters such as the type of dwelling. You can refer to the details and the example (here) [http://mleap-docs.combust.ml/mleap-serving/#load-model] +This example uses a Machine Learning Model that predicts the price per sq. ft given the location along wiht addtional paramters such as the type of dwelling. You can refer to the details and the example [here] (http://mleap-docs.combust.ml/mleap-serving/#load-model) Deploy the app using the create command and pass the location of the spec file. Here the specification file is expected to be in the mleap folder. The specification file serves as the data required for deploying that app and it contains basic information about the app such as the name, version, inputs, outputs , replicas and poolsize you need for this app. Here is the spec file for this application