TresAmigosSD / SMV

Spark Modularized View
Apache License 2.0
42 stars 22 forks source link

Allow SMV to parse PMML models #1311

Open yw-yang opened 6 years ago

yw-yang commented 6 years ago

Currently SMV ModelExec can only parse the result of SmvModel, to provide more flexibility to users who train model with other tools but want to deploy model in Atlas, can we create a separate SMV class type (e.g. SmvPmmlModelExec) for the parsing of PMML models? The extrarequires in that class would be a reference to a PMML model rather than a persisted/published output of an SmvModel.

laneb commented 6 years ago

Would the PMML be the output of another module or is this more like reading a raw input file and casting it as PMML?

yw-yang commented 6 years ago

For this ticket, it is more like reading an external pmml file which is generated by other statistical tools, e.g. python, R.