The statisticians I work with produce PMML in SAS and then deliver these to me. They have to hand code transformations into the PMML and this process is time consuming and fraught with errors.
Does there exist something fulfills the following requirements,
- Can be used by a non-programmer
- Encodes transformations into an existing PMML
- Adds items such as missingValueReplacement and invalidValueTreatment to individual variables
- Can store the changes done to a PMML so that those exact changes can be done to a future PMML