Decsion tree model output can be stored in example set .Can we convert the example set to model form
While storing the models , I could store them in example set by using "Decision tree to exampleset" operator . But how do I apply the stored model which is in example set (or we can convert to csv ) on Test data . Apply model operator is expecting model port .How do I convert that stored model in example set to model type ?
Find more posts tagged with
Sort by:
1 - 4 of
41

Usually stored model is in IO object format and "apply model" operator is expecting this format to predict .