CFA Practice Question

There are 363 practice questions for this topic.

CFA Practice Question

Bootstrap aggregating is:

A. an aggregation of heterogeneous learners.
B. an aggregation of homogenous learners.
C. a collection of many decision trees.
Correct Answer: B

It is also known as bagging. The original data set is used to generate n new training data sets, and the same algorithm is then trained on n data sets. Averaging or majority-vote classifier is then applied.

User Contributed Comments 0

You need to log in first to add your comment.