How to add r2 and adj r2 metric in linear regression model - AzureML Studio?

Bhaskar11 51 Reputation points
2021-04-19T14:52:07.707+00:00

I have trained a linear regression model in AzureML studio which was created in designer as pipeline.

I could not able to see R square and adj-R square metric in Evaluate Model step.

Could any throw thoughts how can I add these 2 metrics to my trained model

89088-image.png

Thanks
Bhaskar

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

Accepted answer
  1. YutongTie-MSFT 53,971 Reputation points Moderator
    2021-04-20T00:19:19.74+00:00

    Hello,

    Sorry for the confusing. Actually, Coefficient of determination, often referred to as R2, represents the predictive power of the model as a value between 0 and 1. Zero means the model is random (explains nothing); 1 means there is a perfect fit. However, caution should be used in interpreting R2 values, as low values can be entirely normal and high values can be suspect in Azure Machine Learning Designer.

    https://learn.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/evaluate-model#metrics-for-regression-models

    Regards,
    Yutong

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.