The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Feature Importance for Regression Random Forest
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).
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).
0
Answers
I would recommend having a look at the interpretations extension, see: https://community.rapidminer.com/discussion/59025/new-extension-interpretations-shap-lime-and-shapely
Please let me know how you get on.
Best,
Roland