I am currently trying to convert a decision tree created using the R package partykit (party object) to a pmml-format. Are there packages that allow for this conversion? I am aware of the existance of the pmml-package, but this only supports rpart objects, created using the R package rpart. As I want to create decision trees myself and not retrieve them from a dataset, simply using rpart instead of partykit is not a solution.
Thank you for your suggestions, Niels