How to export sparklyr (Spark ML) models to PMML?

2019-09-16 16:19发布

I know that Spark ML pipelines can be exported to PMML using the JPMML-SparkML library. I am just struggling to find out how I could do it from R using sparklyr.

I am aware of open github issue, where two ideas were raised:

However I could not find any follow ups on that tips. Has anyone tried any of these solutions?

Here is the related github issue to this question.

1条回答
三岁会撩人
2楼-- · 2019-09-16 17:06

You can use the sparklyr2pmml package to export Sparklyr/Apache Spark ML pipelines to PMML.

查看更多
登录 后发表回答