How to determine which deep learning method was used by Azure AutoML in a classification task?

Siegfried Perez 5 Reputation points
2023-02-18T06:28:28.86+00:00

I am a non-data scientist / clinical researcher using Azure AutoML to predict binary and multi-class classification using features from patient records. I have been able to run my experiments using the Azure ML Studio UI. Deep learning is enabled for all my experiments.

Now, I have to write about the work I have done and have managed to understand how to report the scaling and normalisation used and ML algorithm selected when running AutoML.

However, I cannot find anything on how the deep learning feature was applied. I have looked through the documentation and have searched online.

I know that the deep learning used by Azure AutoML could be one of the following:

  1. Platt Scaling
  2. Isotonic Regression
  3. Temperature Scaling
  4. Bayesian Calibration
  5. Ensemble Calibration

But I can't find out which one is being used on my dataset. =(

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

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.