Options

Extending Rapidminer - Can I have an input port that doesn't "extend"?

anaRodriguesanaRodrigues Member Posts: 33 Contributor II
Hi,

I'm building a super-operator that tests the volatility of the model in its subprocess to the train/test split. For this I need 1 input port that receives the example set, and 2 inner sinks that deliver to the subprocess a training set and a test set. The Idea is that the operator will iterate over a set of random seeds, and deliver different train/test splits.

In the super-operator tutorial you mention portPairExtender or portExtender. But what is the option if I don't want to extend the ports, but still pass data through to the subprocess?

Thanks,
Ana
Sign In or Register to comment.