Closed eric-stumpe closed 3 years ago
Hi Eric,
Thanks for using the code, the question and code snippet. I am a bit busy till the end of the week, but will give it a detailed look at the beginning of the next week. Check the thread, I will get back with the results here!
Thanks,
Aliaksei
Hi Aliaksei,
thank you very much!
Sincerely,
Eric
Hi @WolfRoyal ,
Thanks for the wait and for raising the issue!
There was indeed a bug - in how I was calculating probability weights for selective EIG computations and it has messed up the selected pairs. All fixed now.
Please let me know if there is anything else :)
Best,
Aliaksei
Hi Aliaksei,
Perfect! Thank you very much!
Best,
Eric
Hello Aliaksei,
I am currently working on a project that deals with the pairwise ranking. Therefore, I really appreciate that you put up your code on this Github repository.
The issue that I am having is that for a simulated run, the suggested pairs ("pairs_to_compare") start to repeat and the computed scores stop to converge to the ground truth ranking. I constructed the following minimal example from "example_running.ipynb"
For example when num_batches = 10; ten times new points are suggested and the pwc matrix is updated accordingly, the pwc_mat is:
and the estimated scores:
Do you know from where this issue could stem from? (Maybe I am just doing something wrong) Many thanks in advance!
Sincerely,
Eric