sjy1203 / GAMENet

GAMENet : Graph Augmented MEmory Networks for Recommending Medication Combination
MIT License
128 stars 43 forks source link

about comparing to top-k baselines #10

Open yuanyuansiyuan opened 4 years ago

yuanyuansiyuan commented 4 years ago
  1. i read your paper and code, is the measures: average precision + average recall + F1 actually the same as the traditional "precision" "recall" "F1" in top-k item recommendation scenario?

  2. i want to run the LEAP baseline to compare with other top-k medicine recommendation method(similar to the traditional top-k item recommendation design). In LEAP and your paper, the prediction medicine length is automatically decided by the model, how should i compare the results between the LEAP kind of models and the fixed top-K length models? Do you think it is fair to just choose the best top-k results to compare with the LEAP kind of models?

Wait for your response and thank you!