I want to build models (specifically - decision trees) using spark, and later apply them using a pure python (not pyspark) application
It appears that PMML export is the intended method, but it's not yet supported for tree models, and I didn't find a PMML library for python that appears to be in active development