-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble with chunk_10.zip #4
Comments
Hi, have you already tested your processed data? Are the results very different from the paper? There might be slight differences after processing because of the parameter setting of the parsing tools, the way of aligning metrics with logs, but the overall results should be similar. |
Thank you very much for your answer. Yes, I've tested.The test result is: Test -- f1:0.3948,rc:0.4859,pc:0.3325. seen_wks = ["join", "lda", "pagerank", "web_pagerank", "nweight", "wordcount"] test_wks = ['bayes','gbt','sort','pca','svd'] The parameter setting comes from the preprocessing code you provided. Is there any problem with the parameter setting? Or is there anything else I've overlooked? |
Hi authors,
Thanks for your detailed codebase. I process the raw data through the preprocessing code you provided, but I cannot get the same data as chunk_10.zip. The raw data I used is from the labeled_csv directory. Is it because the preprocessing code you uploaded is inconsistent with what you actually use? If so, is it possible to update to the correct version?
The text was updated successfully, but these errors were encountered: