delegating node

hi

i need help in delegating,i use a boosting and bagging meta nodes and i understand them, but i can not understand delegrating

what is output in delegating?

Hi, 

you might find these two links helpful: https://www.knime.org/ensemble-learning and http://users.dsic.upv.es/grupos/elp/cferri/ICML04.pdf 

 

the output is a list of models. You would use the first one if it classfies your data point with an probability above a threshold, otherwise use the next one etc. 

Best, Iris