aws / sagemaker-sparkml-serving-container

This code is used to build & run a Docker container for performing predictions against a Spark ML Pipeline.
Apache License 2.0
50 stars 25 forks source link

Versions Updates #24

Closed ancasarb closed 2 years ago

ancasarb commented 3 years ago

Description of changes: Update to use MLeap version 0.16.0 and Scala 2.12 Add Maven dependency to be able to invoke/score TensorFlow models serialized with MLeap (where the feature transformations happen in a Spark pipeline) Add Docker library to be able to invoke/score LightGBM models serialized with MLeap (where the feature transformations happen in a Spark pipeline)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

scottbea commented 3 years ago

Can we get another approver to review this PR and approve? It seems very straightforward and helpful.