Thanks for reaching out. These are the metrics reported when evaluating binary classification models. You can view the results by clicking evaluate model > visualize > evaluation results. Hope this helps.
Azure ML 'Designer': how to view logistic regression model coefficients / intercept

Using Azure ML Designer it is easy to create a model using the Two-Class Logistic Regression & Train Model components. However it does not seem to be possible to view the regression coefficients / intercept (ie. the weights applied to the feature values within the model). How can we go about viewing the model coefficients? Are they stored in one of the Train Model output files (eg. data.ilearner) in a way that can be viewed / exported to a human readable format?
Note: this question relates to the Azure Machine Learning Studio (not the older 'classic' version where I believe it was possible to 'right-click' and visualise the model coefficients).
Thanks for clarifying. Currently, there's no option for viewing the model coefficients in designer. However, this feature is on our roadmap and you can expect updates about this request soon. Sorry for the inconvenience.
Thanks for confirming there is currently no ability to view the model coefficients in designer. I'm glad this is on the roadmap, as this does seem like a very odd omission as it makes it hard to interpret the model and impossible for it to be 'portable' outside of Azure ML.