Hello,
Currently, I have a simple model with a decision tree that looks like this:


In my Split Validation, currently I have the following operators:





I want to get the "wei" from my decision tree, so that I can see the Feature Importance Table in the Results.
I tried this way:



But it is throwing an error when I run it:

Do you recommend any workaround?
Thank you!