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

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

浓眉大眼的清洁委员 · 2021年04月14日

这题感觉答案错误

* 问题详情,请 查看题干

NO.PZ201512020300000505

问题如下:

The target variable for the labelled training data to be used in Step 3 is most likely which one of the following?

选项:

A.

A continuous target variable

B.

A categorical target variable

C.

An ordinal target variable.

解释:

B is correct. To predict which stocks are likely to become acquisition targets, the ML model would need to be trained on categorical labelled data having the following two categories: “0” for “not acquisition target”, and “1” for “acquisition
target”.
A is incorrect, because the target variable is categorical, not continuous.
C is incorrect, because the target variable is categorical, not ordinal (i.e., 1st, 2nd, 3rd, etc.).


这题感觉答案错误。实际操作肯定是选top5. 要不然每一组的判断标准全部不一样?为了选出5各结果而不断变换标准?


题目说use labeled data to train,证明是用已经贴了标签的数据:

比如是否上市五年(是1、否0),是否20%国有控股(是1、否0)等等,最终评分(0-1).


A.0.9

B.0.8

C0.7

D0.6

E0.5

F0.4

G0.3


abcde入选。


按照之前的答疑:

如果选出来发现符合条件的超过5个,那么要做的是改变收购条件,让符合条件的只有5个,而不是要去排序。

如果怎么选都选不出5个呢? 这个解释无法理解,望解惑,感谢!

1 个答案

星星_品职助教 · 2021年04月15日

同学你好,

是不存在你说的“怎么选都选不出5个”的这种情况的。选出固定的个数这个操作是可以通过人为设定达到的。

可以通过“为了选出5个结果而不断变换标准”的方式来达到最后也就只有5个结果的目的;对于一些算法而言,直接把超参数设成5就可以了。算法自动会去找到适合的标准,使得结果只选出5个。

最后的结果是直接一起选出5个来,而不是从第一排到第五。

  • 1

    回答
  • 0

    关注
  • 530

    浏览
相关问题

NO.PZ201512020300000505 问题如下 The target variable for the labelletraining ta to usein Step 3 is most likely whione of the following? A.A continuous target variable B.A categorictarget variable C.orntarget variable. B is correct. To prewhistocks are likely to become acquisition targets, the ML mol woulneeto traineon categoriclabelleta having the following two categories: “0” for “not acquisition target”, an“1” for “acquisitiontarget”.A is incorrect, because the target variable is categorical, not continuous.C is incorrect, because the target variable is categorical, not orn(i.e., 1st, 2n 3r etc.). B和C的区别不就是C的各类是有优先顺序的嘛 我觉得选C更容易满足Step3想要的结果

2024-08-14 12:39 1 · 回答

NO.PZ201512020300000505 问题如下 The target variable for the labelletraining ta to usein Step 3 is most likely whione of the following? A.A continuous target variable B.A categorictarget variable C.orntarget variable. B is correct. To prewhistocks are likely to become acquisition targets, the ML mol woulneeto traineon categoriclabelleta having the following two categories: “0” for “not acquisition target”, an“1” for “acquisitiontarget”.A is incorrect, because the target variable is categorical, not continuous.C is incorrect, because the target variable is categorical, not orn(i.e., 1st, 2n 3r etc.). 是否只要是贴标签,就是category?

2023-02-24 10:59 1 · 回答

关于这道题的B,C,如果选择了贴标签的categorictarget variable, 但是题目中说只选5个,如果贴了标签之后发现有5个以上符合收购条件,那不是还得排序选出最适合收购的top 5吗?为什么不需要排序呢?

2020-10-16 13:47 1 · 回答

请问BC两种自变量的区别是什么?

2020-02-02 15:06 1 · 回答