Skip to content
Snippets Groups Projects
Commit 20cb1dbc authored by aastorg2's avatar aastorg2
Browse files

adding comment to discuss later

parent 8a468f0e
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,9 @@ def load_partitioned_examples(file_name: str, teacher: Teacher, partition) \
continue
if np.any(np.isnan(s)):
ret[part][2] += 1
elif teacher.is_positive_example(s):
#TODO note, isin't variable _ being passed to is_positive.
# isint _ ground truth for each s in ss?
elif teacher.is_positive_example(s):
ret[part][0].append(s)
else:
ret[part][1].append(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment