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
AutoModel Attribute weights
How is AutoModel computing attribute weights(which weight by feature operator is it using?) and correlation matrix(is it pearson?)? It seems we can only check the process(through 'open process') for the models and not for feature weights and correlations
Tagged:
0
Answers
@f2013106 You guess is absolutely right here. The weights are normalized from "weight by correlation" and we only keep top 10 most "relavant" features in the auto model view. The correclations uses the Pearson correlation coefficient. We will add more help info in documentations for auto model.
Thanks for your feedback!