Write a PMML model file
Writes a model dictionary back to a PMML file on disk. Currently, this primarily supports pass-through copying of models that were originally loaded from PMML.
model (Dict): The model
dictionary.
path (String): The destination file
path.
The path to the written file.