Closed kasra-hosseini closed 4 years ago
@mcollardanuy @fedenanni DeezyMatch predictions and cosine similarities are now added to the outputs of candidateFinder. Currently, the ranking is as before. See https://github.com/Living-with-machines/DeezyMatch/pull/46/commits/83aaa25aa37b0bae48583cd1bed53f88aca0b104
In this commit https://github.com/Living-with-machines/DeezyMatch/pull/46/commits/b525b53d9dd7dd7403bd394b837d198513d9666a, we can choose the ranking metric (faiss distance, cosine similarity and prediction outputs). I have updated README. If something is not clear, please let me know.
@mcollardanuy @fedenanni Sorry for the delay. I am done with this PR. Please let me know if something is not clear and/or any changes are needed.
@mcollardanuy I should have said return predictions
, sorry. You are right. We output the metrics and print them on screen, but the function returns predictions for further use in, for example, candidateFinder.
Hi @kasra-hosseini, all good! Thanks!
[WIP]
@mcollardanuy @fedenanni Similar to before, I am opening a PR now, so you can see the changes as we go forward.
TODO: