题目
单项选择题
Supposed that you have applied Decision Tree algorithm to your training set and validation set and you have got the following scenarios by choosing different depth for your algorithm. Which depth you will pick for your final model?[table] Depth | Training error | Validation error 3 | 30% | 35% 4 | 26% | 30% 5 | 22% | 30% 6 | 15% | 35% [/table]
选项
A.a. 6
B.b. 5
C.c. 4
D.d. 3

查看解析
标准答案
Please login to view
思路分析
To decide the final depth for the Decision Tree, I will examine how the training and validation errors change across depths.
Option a (depth 6): Training error is very low (15%), but the validation error rises to 35%. This indicates overfitting: the model fits training data well but generalizes poo......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
In a decision tree, variables used closer to the root are generally:
Decision Trees split data to minimize which metric in classification?
Which of the following numbers is closest to the best parameter setting for the Decision Tree algorithm on the income data?
Question11 We will use the dataset below to learn a decision tree which predicts if a patient has COVID-19 (Yes, or No), based on the Temperature (High, Medium, or Low) and whether the patient has dry cough (Yes, or No). (note: [math] )[table] Temp. | Cough | COVID-19 Low | No | No Low | Yes | Yes Medium | No | No Medium | Yes | Yes High | No | Yes High | Yes | Yes [/table]Assuming that H(COVID-19) = 0.8 and Gain(S, Temperature) = 0.3 and Gain(S, Cough) = 0.5, which one of the following would be the full decision tree, learnt for this dataset? (select one) ResetMaximum marks: 1.5 Flag question undefined
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!