0

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.

eliasah
  • 39,588
  • 11
  • 124
  • 154
michalrudko
  • 1,432
  • 2
  • 16
  • 30
  • You'll need to wait for the answer of sparklyr on github I guess since you asked the question there an hour ago. I don't believe it's possible for the time being. – eliasah Jun 22 '17 at 14:45
  • Yes, I posted a question on github as well. I am just checking here if anyone tried any workarounds. – michalrudko Jun 23 '17 at 11:29
  • I personally tried to find one. There is some limitations with sparklyr itself. – eliasah Jun 23 '17 at 11:30

1 Answers1

0

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

user1808924
  • 4,563
  • 2
  • 17
  • 20