开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

xiaobaiybz · 2020年02月16日

问一道题:NO.PZ2015120204000036 [ CFA II ]

问题如下:

Paul suggests the following step which would be repeated every quarter.

Step 3 For each of the 20 different groups, we use labeled data to train a model that will predict the five stocks (in any given group) that are most likely to become acquisition targets in the next one year.

Assuming a Classification and Regression Tree (CART) model is initially used to accomplish Step 3, as a further step which of the following techniques is most likely to result in more accurate predictions?

选项:

A.

Discarding CART and using the predictions of a Support Vector Machine (SVM) model instead.

B.

Discarding CART and using the predictions of a K-Nearest Neighbor (KNN) model instead.

C.

Combining the predictions of the CART model with the predictions of other models – such as logistic regression, SVM, and KNN – via ensemble learning.

解释:

C is correct. Ensemble learning is the technique of combining the predictions from a collection of models, and it typically produces more accurate and more stable predictions than the best single model.

A is incorrect, because a single model will have a certain error rate and will make noisy predictions. By taking the average result of many predictions from many models (i.e., ensemble learning) one can expect to achieve a reduction in noise as the average result converges towards a more accurate prediction.

B is incorrect, because a single model will have a certain error rate and will make noisy predictions. By taking the average result of many predictions from many models (i.e., ensemble learning) one can expect to achieve a reduction in noise as the average result converges towards a more accurate prediction.

麻烦老师解释一下这道题,谢谢

1 个答案
已采纳答案

星星_品职助教 · 2020年02月16日

同学你好,

题干问哪种方法会使得预测更精确。A,B选项都是放弃一种方法选另一个,只有C是合并了多种方法一起预测的ensemble learning。

提问需要具体一些。

  • 1

    回答
  • 2

    关注
  • 823

    浏览
相关问题

NO.PZ2015120204000036 问题如下 Paul suggests the following step whiwoulrepeateevery quarter.Step 3 For eaof the 20 fferent groups, we use labeleta to train a mol thwill prethe five stocks (in any given group) thare most likely to become acquisition targets in the next one year. Assuming a Classification anRegression Tree (CART) mol is initially useto accomplish Step 3, a further step whiof the following techniques is most likely to result in more accurate prections? A.scarng CART anusing the prections of a Support Vector Machine (SVM) mol instea B.scarng CART anusing the prections of a K-Nearest Neighbor (KNN) mol instea C.Combining the prections of the CART mol with the prections of other mols – sulogistic regression, SVM, anKNN – via ensemble learning. C is correct. Ensemble learning is the technique of combining the prections from a collection of mols, anit typically proces more accurate anmore stable prections ththe best single mol.A is incorrect, because a single mol will have a certain error rate anwill make noisy prections. taking the average result of many prections from many mols (i.e., ensemble learning) one cexpeto achieve a rection in noise the average result converges towar a more accurate prection.B is incorrect, because a single mol will have a certain error rate anwill make noisy prections. taking the average result of many prections from many mols (i.e., ensemble learning) one cexpeto achieve a rection in noise the average result converges towar a more accurate prection. 老师,这道题C的logistic regression指的是什么啊?为什么可以用它?

2025-03-31 11:44 1 · 回答