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
@f2013106You 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!