diff --git a/samples/features/sql-big-data-cluster/spark/sparkml/README.md b/samples/features/sql-big-data-cluster/spark/sparkml/README.md index 7d81c6f3..7965e6fc 100644 --- a/samples/features/sql-big-data-cluster/spark/sparkml/README.md +++ b/samples/features/sql-big-data-cluster/spark/sparkml/README.md @@ -1,6 +1,8 @@ # MLeap on SQL Server Big Data cluster This folder shows how we can build a model with [Spark ML](https://spark.apache.org/docs/latest/ml-guide.html), export the model to [MLeap](mleap-docs.combust.ml/), and score the model in SQL Server with its [Java Language Extension](https://docs.microsoft.com/en-us/sql/language-extensions/language-extensions-overview?view=sqlallproducts-allversions) +![Train_Score_Export_with_Spark.jpg](Train_Score_Export_with_Spark.jpg) + ## Model training with Spark ML In this sample code, AdultCensusIncome.csv is used to build a Spark ML pipeline model. We can [download the dataset from internet](mleap_sql_test/setup.sh#L11) and [put it on HDFS on a SQL BDC cluster](mleap_sql_test/setup.sh#L12) so that it can be accessed by Spark. diff --git a/samples/features/sql-big-data-cluster/spark/sparkml/Train_Score_Export_with_Spark.jpg b/samples/features/sql-big-data-cluster/spark/sparkml/Train_Score_Export_with_Spark.jpg index 0cc016f8..5893e55c 100644 Binary files a/samples/features/sql-big-data-cluster/spark/sparkml/Train_Score_Export_with_Spark.jpg and b/samples/features/sql-big-data-cluster/spark/sparkml/Train_Score_Export_with_Spark.jpg differ