注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
Imagine that you are working for a financial services company, and you are tasked with creating a model which predicts the likelihood that an individual will default on a loan (i.e., stops making the required repayments). The initial model you created has a predictive accuracy that’s only marginally better than chance, so you are considering an ensemble learning approach. Please select all appropriate options that should be considered for using ensemble learning.
Select all correct options.
a. If the dataset contains both linear and non-linear relationships, ensemble learning approaches are useful for combining them
b. Ensemble learning techniques typically creates overfitted models
c. Ensemble learning techniques can be time intensive to train
d. If the dataset contains both linear and non-linear relationships, ensemble learning approaches typically result in lower model performance compared to most approaches
e. Modern ensemble learning techniques can improve overall model interpretability
You have been dev您好! 本帖隐藏的内容需要积分高于 188 才可浏览 您当前积分为 0。 使用VIP即刻解锁阅读权限或查看其他获取积分的方式 游客,您好! 本帖隐藏的内容需要积分高于 188 才可浏览 您当前积分为 0。 VIP即刻解锁阅读权限 或 查看其他获取积分的方式 r trained has to go through a validation process
b. Every algorithm used during bootstrap aggregation are inherently prone to prevent overfitting
c. Every classifier trained during bootstrap aggregation is considered a weak classifier
d. Bootstrap aggregation uses a combination of weak and strong classifiers
e. Bootstrap aggregation uses sampling with replacement
f. None of the above
Coding: Find the longest continous substring with only one character
ML coding: Backpropagation and naive bayes classifier |