def get_eval_dir(self): answer_dir = join(self.dir, "answers") if not exists(answer_dir): os.mkdir(answer_dir) return answer_dir