You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Gevorg Hari <ge...@gmail.com> on 2018/01/05 18:23:31 UTC

Spark MLlib Question - Online Scoring of PipelineModel

Is Spark planning to support *online scoring* (without any Spark
dependencies) of a PipelineModel trained offline? Not being able to do so
is a huge barrier to entry for using Spark in production at my company...

For online support, I found this https://github.com/combust/mleap
Any feedback on production use of *MLeap*? Will this ever be integrated
into the main Spark project? When?

Thanks a lot!