Driver analysis for gradient boosted trees or random forests

Hello there,

I am looking for a method to determine the drivers or decisive variables of a gradient boosted tree model. Are there any nodes that can be used for this?(Version 5.9.0)

KG Benno

Highly recommend to check out the following video from knime’s channel https://youtu.be/M8wQhAylY_w?si=pOUmUiea87uSh3Oe

Around 29 mins in there’s a piece on surrogate trees and global feature importance

2 Likes

Try this. You can play around with the AutoML and Global Feature Importance components.

3 Likes

@BenntotheO you can take a look at the links mentioned here. Also, there is an approach to re-enigeer the feature importance after the fact.

2 Likes

Hi @BenntotheO see:

3 Likes