Hi everyone,
I've been struggling with this problem for quite a while now and I guess it's time to turn to the SAS Community.
Basically, I'm trying to use a Random Forest trained inside Entreprise Miner through RTDM. My team has tried different approaches (mainly the Two-Stage models as well as the GLM and the Gradient Boosting), but we're not getting the same level of performance with these models.
I can export the model Package and import it through Model Manager whithout any problem, but when it's time to use it inside RTDM, I get an error mentionning the fact that the model package does not have a generated DATA Step Score code.
The error makes sense since we see in the documentation that : "the SAS code that the HP Forest node generated during the run. HP Forest does not generate DATA Step score code. You must use PROC HP4SCORE to access HP Forest score code."
I understand these constraints and all, but has anyone tried/succeeded to use an HP Forest from SAS EM inside RTDM? If so, please, enlighten me. It might seem kinda strange, but it feels weird to me that we can't use EM-based model inside RTDM, I kinda felt like this was the whole point of our team using EM.
Thanks!