The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Unknown PMML Export Type
mn_nurzahirah
Member Posts: 1 Learner II
Hi. I am trying to create a PMML file for my model. The model uses Decision Tree algorithm to predict my data which I use 'Split Data' operator for training and testing. Unfortunately RapidMiner could not execute on the 'Write PMML' operator. It returns 'Unknown PMML Export Type' as shown in the picture attached. Can anyone help me with this. How do I solve this problem.
0
Answers
First, I would use a Cross Validation operator instead of Split operator to create a Training and Testing data set for model training. It's more robust. Second, the Write PMML operator input node is labeled "MOD", it requires the MOD output from the Apply Model operator, not the LAB.