How to nest/compare multiple learners?
I want to nest and compare 3 different learners such as ANN, DT and LR for a classification task. I want to use 10-fold CV. How can I do that? Do I need to do the XValidation separately for each algorithm, or is there a way to nest them into a meta block?
Thanks,
Delen
Thanks,
Delen
0
Answers
you can combine the operator OperatorSelector with a parameter iteration like in the following process: Cheers,
Ingo