train in pyspark, export to mleap, and score in sql.

This commit is contained in:
Lixin Gong
2019-06-04 12:07:40 -07:00
parent b690e6000b
commit b77887b7ec
@@ -0,0 +1,6 @@
# MLeap on SQL Server Big Data cluster
This folder shows how we can build a model with Spark ML and then 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)
## Model training with Spark ML
## Model scoring with SQL Server