Decision Tree: How to Use Quest Modeling algorithm for Model on Knime?

I just started learning AI and I got an assignment to use SPSS Modeler to use Quest for Training a Data Set, but the application trial version I got was not working. Please I want to know if there is a way I can use the quest algorithm on Knime

@jeofomaja welcome to the knime forum. I think there is no generic node to use a quest tree. There seems to be a similar implementation in an R package you could try and use with the knime R nodes.

https://rdrr.io/cran/partykit/man/ctree.html

Implementation could work like this

1 Like

Thank you, @mlauber71 I’ll check it out now. But I’ve not used R before, though :grinning: