Variable importance in Linear regression

Sujayandra V 1 Reputation point
2020-10-23T11:52:25.917+00:00

Hi,

Am running a Linear regression model in Azure ML studio having multiple features(both numeric and categorical).

Is there a way to get the important features among all the given input features?

From the train model I see weights assigned to each of the variable. Does Azure ML regression normalize the variables before running the model. If so can we assume this weight for the important features ?

Can we export this weights to csv file ?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,027 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,171 Reputation points
    2020-10-23T22:04:46.733+00:00

    Hi, thanks for reaching out. AML has two modules for feature selection, please check out Filter Based Feature Selection and Permutation Feature Importance. Regarding the weights, are you referring to the output from regression model? If so, here's a description of the output parameters. To export model results, you can use the export data module to export results and data to any of the supported cloud services. Hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.