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

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

youtkr · 2022年07月13日

为什么aggregation不行呢

* 问题详情,请 查看题干

NO.PZ201512020300000605

问题如下:

During the preprocessing of the data in Exhibit 1, what type of data transformation did Steele perform during the data preprocessing step?

选项:

A.

Extraction

B.

Conversion

C.

Aggregation

解释:

A is correct. During the data preprocessing step, Steele created a new “Age” variable based on the firm’s IPO date and then deleted the “IPO Date” variable from the dataset. She also created a new “Interest Coverage Ratio” variable equal to EBIT divided by interest expense. Extraction refers to a data transformation where a new variable is extracted from a current variable for ease of analyzing and using for training an ML model, such as creating an age variable from a date variable or a ratio variable. Steele also performed a selection transformation by deleting the IPO Date variable, which refers to deleting the data columns that are not needed for the project.

如题

1 个答案

星星_品职助教 · 2022年07月13日

同学你好,

Aggregation(数据合并)的定义为:相似的变量可以加总为一个新变量。例如工资和其他收入其实只是收入的两种形式,可以合并为一项“总收入”。

此时新增的两个变量都不是加总后的结果。