Path9.Mod1.a - Selecting Regression Algorithms for Azure ML Flashcards

Augmented learning https://learn.microsoft.com/en-us/azure/machine-learning/algorithm-cheat-sheet?WT.mc_id=docs-article-lazzeri&view=azureml-api-1 https://learn.microsoft.com/en-us/azure/machine-learning/media/algorithm-cheat-sheet/machine-learning-algorithm-cheat-sheet.png?view=azureml-api-1#lightbox

1
Q
  • Designer supports two types of Components; Classic Prebuilt (v1) and Custom Components (v2), which are compatible (T/F)
  • New projects should use Custom Components (T/F)
A
  • False. These Component types are not compatible.
  • True. They are compatible to AzureML v2 and will continue to receive new updates. v1 Classic Prebuilt won’t receive new functionality.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When you want to Predict values with a fast training linear model

A

Linear Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you want to Predict Event Counts

A

Poisson Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When you want to Predict values with linear models on small datasets

A

Bayesian Linear Regression. Bayesian Algorithms inherentily incorporate Normalization (a form of Regularization), making them less likely to overfit on smaller datasets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When you want to Predict a Distribution or understand the distribution of values, rather than just the value

A

Fast Forest Quantile Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When you want to Predict values with high accuracy and fast training times, while maintaining control over memory utilization

A

Decision Forest Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When you want to Predict values with high accuracy, where lengthy training times are not a concern

A

Neural Network Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When you want to Predict values with high accuracy and fast training times, where memory utilization is not a concern

A

Boosted Decision Tree Regression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly