daguan-classify-2018
daguan-classify-2018 copied to clipboard
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'))
When preparing the data, where does those two files come?
这些都是模型预测的验证集结果,不是预处理里的
joezhow777
邮箱:[email protected]
Signature is customized by Netease Mail Master
On 12/22/2018 13:01, liyewu wrote: When preparing the data, where does those two files come?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/nlpjoe/daguan-classify-2018","title":"nlpjoe/daguan-classify-2018","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/nlpjoe/daguan-classify-2018"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"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')) (#2)"}],"action":{"name":"View Issue","url":"https://github.com/nlpjoe/daguan-classify-2018/issues/2"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/nlpjoe/daguan-classify-2018/issues/2", "url": "https://github.com/nlpjoe/daguan-classify-2018/issues/2", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Got it, thanks for your answer!