Closed DoctorKey closed 6 years ago
Thank you for your code! I find that it only use half the dataset to test model. You can print total_seen in evaluate_model.py to see this bug.
total_seen
Thank you @DoctorKey, you seem to be right. I assume this won't significantly change the results since we were using an unbiased sample from the true dataset, but it may reduce the variance of some of the runs.
Thank you for your code! I find that it only use half the dataset to test model. You can print
total_seen
in evaluate_model.py to see this bug.