🌍 All Study Guides📊 Dashboard📰 Blog💡 About
Google Advanced Data Analytics Professional Certificate • STUDY MODE

TEST YOUR KNOWLEDGE: ADDITIONAL SUPERVISED LEARNING TECHNIQUES

QUESTION 1 OF 4

Tree-based learning is a type of unsupervised machine learning that performs classification and regression tasks.

A
True
B
FalseCorrect Answer
Explanation:

Tree-based learning is a type of supervised machine learning. It is supervised because it uses labeled datasets to train algorithms to classify or predict outcomes. Unsupervised machine learning uses algorithms to analyze unlabeled data and find underlying structures.

QUESTION 2 OF 4

Fill in the blank: Similar to a flow chart, a _____ is a classification model that represents various solutions available to solve a given problem based on the possible outcomes of each solution.

A
linear regression
B
decision treeCorrect Answer
C
Poisson distribution
D
binary logistic regression
Explanation:

A decision tree is a classification model that represents various solutions available to solve a given problem based on the possible outcomes of each solution. Decision trees enable data professionals to make predictions about future events based on currently available information. Binary logistic regression models the probability of an event that has two possible outcomes.

QUESTION 3 OF 4

In a decision tree, which node is the location where the first decision is made?

A
Leaf
B
Branch
C
Decision
D
RootCorrect Answer
Explanation:

In a decision tree, the root node is where the first decision is made. It is the first node in the tree, and all decisions needed to make the prediction stem from it.

QUESTION 4 OF 4

In tree-based learning, how is a split determined?

A
By which variables and cut-off values offer the most predictive powerCorrect Answer
B
By the number of decisions required before arriving at a final prediction
C
By the amount of leaves present
D
By the level of balance present among the predictions made by the model
Explanation:

In tree-based learning, a split is determined by which variables and cut-off values offer the most predictive power. When this happens repeatedly, groups of data mostly or entirely of the same class are what is left.

Ready to test your recall?

Tree-based learning is a type of unsupervised machine learning that performs classification and regression tasks.

A
True
B
False

How confident are you in this answer?