edisonlee
Question about the answer label in experimental_train.pkl in zhipu.AI competition
2020-04-22 02:59
I’m sorry but the question is for zhipu.AI competition, KDD cup 2020
experimental_train.pkl
md5: f429d5c56cb52bf32ceaa72c597e504b
The answer label of the 543,486 training nodes.
In experimental_train.pkl
:
>>> labels = np.load('experimental_train.pkl', allow_pickle=True)
>>> labels
array([11, 12, 2, ..., 4, 17, 3])
>>> labels.shape
(543486,)
Are these answer labels corresponding to those nodes from 0
to 543485
?
这些结点的 label 分别一一对应 0-543485 结点吗?
0 comments