HI Experts,
I have Gradient Boosting and Random Forest models developed in Python and I converted them into PMML v4.2. I'm not able to convert them into SAS DS format using Proc Pscore. I'm getting a couple of errors in the log which are not very informative.
Error while converting Random Forest Model: ERROR: Improper value of attribute Name in MiningField. (I checked my PMML file but could not debug the case)
ERROR while converting the Gradient Boosting Model: ERROR: Given PMML File is not well-formed or correct, error near line number: 49.
My question can we actually convert these Advanced models into SAS DS?
... View more