Discussion

Home     Discussion Board      KDD CUP of Fresh Air      Question about the answer label in experimental_train.pkl in zhipu.AI competition

edisonlee

Question about the answer label in experimental_train.pkl in zhipu.AI competition

posted in   KDD CUP of Fresh Air

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:

  1. >>> labels = np.load('experimental_train.pkl', allow_pickle=True)
  2. >>> labels
  3. array([11, 12, 2, ..., 4, 17, 3])
  4. >>> labels.shape
  5. (543486,)

Are these answer labels corresponding to those nodes from 0 to 543485?

这些结点的 label 分别一一对应 0-543485 结点吗?

0  comments

Enjoy Markdown! coding now...
x
 
1