importance of attribute feature
Thiru
New Altair Community Member
hi all, can i have clarification on the below:
1. which operator to be used to identify the role and its importance of a particular descriptive feature over other features in relation with target feature.
2. Any guideline to study the correlation between the descriptive features?
thanks in advance for your reply.
regds
thiru
1. which operator to be used to identify the role and its importance of a particular descriptive feature over other features in relation with target feature.
2. Any guideline to study the correlation between the descriptive features?
thanks in advance for your reply.
regds
thiru
Tagged:
1
Best Answer
-
Hello @Thiru
There are multiple ways you can do this.
1. You can simply use correlation matrix operator and add the label to that (include special attributes). This way you can check the correlation between features and target. Automodel also has this feature. You can also use weight by correlation operator.
I recommend using automodel as it provides you with features that are prominent based on 4 factors like correlation, idness, stability and missing values. You can also find their descriptions.2
Answers
-
Hello @Thiru
There are multiple ways you can do this.
1. You can simply use correlation matrix operator and add the label to that (include special attributes). This way you can check the correlation between features and target. Automodel also has this feature. You can also use weight by correlation operator.
I recommend using automodel as it provides you with features that are prominent based on 4 factors like correlation, idness, stability and missing values. You can also find their descriptions.2