Feature Importance for Regression Random Forest

omohsen
omohsen New Altair Community Member
edited November 5 in Community Q&A
Hello Everyone,

I am looking for an operator (or any other way) to find the attribute importance of my model.
I have selected an RF model and tried to use the operator "Weight by Tree Importance" to find the weights of my attributes. However, I received the following error message:
Attribute Weights cannot be extracted from regression trees.

My dataset contains numerical and nominal attributes, and the label is numerical (double).

Answers