- CFA Exams
- CFA Level I Exam
- Topic 1. Quantitative Methods
- Learning Module 6. Machine Learning
- Subject 3. Supervised Machine Learning Algorithms
CFA Practice Question
Bootstrap aggregating is:
B. an aggregation of homogenous learners.
C. a collection of many decision trees.
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.