I’m new to KNIME and I would like to use cross-validation for multiple classifiers on a dataset to have a fair comparison between them (give all classifiers the same training and test set). As the X-Aggregator node just has one input, I do not know how to connect multiple classifiers to it.
Hi @Am_HR7. The X-Partitioner and X-Aggregator nodes should be paired, you can not connect multiple X-Aggregator nodes to a single X-partitioner one. In order to have the same sets for all models just use the same random seed across all the X-Paritioner nodes.