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
0 comments No comments

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,181 Reputation points Moderator
    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.

    Was this answer helpful?

    0 comments No comments

Your answer

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