nlpjoe/daguan-classify-2018

pred1 = pickle.load(open('../../data/result-op5/lstmgruword_oof_f1_0.7686691377795438_a0.7832944028205417.pkl', 'rb')) pred2 = pickle.load(open('../../backup/result-op3-0907/svmword_pre_f1_0.7755615966138534_a0.7900114681760386.pkl', 'rb'))

liyewu opened this issue · 2 comments

When preparing the data, where does those two files come?

Got it, thanks for your answer!