Skip to content

Commit

Permalink
#211 TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Oct 2, 2021
1 parent 698de53 commit c1c9ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arekit/common/experiment/api/ops_opin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ def iter_opinions_for_extraction(self, doc_id, data_type):

# region evaluation

# TODO. #211. Move into DataIO.
def read_etalon_opinion_collection(self, doc_id):
raise NotImplementedError()

# TODO. #211. Move into DataIO.
def read_result_opinion_collection(self, data_type, doc_id, epoch_index):
raise NotImplementedError()

Expand Down

0 comments on commit c1c9ea4

Please sign in to comment.