Skip to content
Snippets Groups Projects
Commit f2f70d90 authored by xiaozhou_wang's avatar xiaozhou_wang
Browse files

Changes for submission-StrategyA0.8

parent 52b598a3
No related branches found
Tags submission-new-strategy
No related merge requests found
......@@ -31,7 +31,7 @@ def load_model():
def decide_what_to_purchase(probpred_ary, purchased_labels, num_labels):
"""purchase strategy given the predicted probabilities"""
max_entr_labels = int(num_labels*0.7)
max_entr_labels = int(num_labels*0.8)
high_num_labels = num_labels - max_entr_labels
"""max entropy"""
......
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