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

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

喂呀喂呀 · 2023年05月25日

请问,c选项不选的原因?

* 问题详情,请 查看题干

NO.PZ202208300200000302

问题如下:

The Default_Status field is best described as:

选项:

A.a feature.

B.the target.

C.the labeled data.

解释:

Solution

B is correct. The Default_Status field is identified as the “goal” variable to be predicted by the model, which means it is the target variable.

A is incorrect. A feature is defined as an independent variable that helps determine the target variable.

C is incorrect. The labeled data (training data set) is used to train the supervised machine learning algorithm to infer a pattern-based prediction rule.

请问,c选项不选的原因?

1 个答案

星星_品职助教 · 2023年05月25日

同学你好,

C选项the labeled data指的是一个数据集,这个数据集里包含了贴了标签的Y变量和X变量。通过这个数据集可以去训练出supervised ML模型。

本题对于“Default_Status field”的描述是the “goal” 。所以只是一个对于目标变量(target variable)的描述。不涉及到X变量和整个训练数据集。