Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Output of mindmatch.py #6

Open
inezpereira opened this issue May 19, 2020 · 3 comments
Open

Output of mindmatch.py #6

inezpereira opened this issue May 19, 2020 · 3 comments
Assignees
Labels

Comments

@inezpereira
Copy link

Hello! I was just trying out mindmatch.py and there is something I don’t get from the output.
If we take for example the provided data/output_match.csv :

user_id,match_ids
1,93;217;463;645;783;1101
[…]
217,97;304;731;792;1010;1134

Shouldn't user_id 217 also have 1 in its match_ids?

I also tried the function on some data of mine and I get the same situation.

@titipata
Copy link
Owner

titipata commented May 19, 2020

Hi @inezpereira, thanks for the feedback. And yes, it should be the same as you mentioned! I'll check the output for you soonish.

@titipata titipata self-assigned this May 19, 2020
@titipata titipata added the bug label May 19, 2020
@titipata
Copy link
Owner

@inezpereira this is really a bug from the linear programming setup, it seems! I'm investigating on this issue. Mainly, there is a shifted solution that still satisfies the constraints that we gave.

@inezpereira
Copy link
Author

Hi @titipata! I'm sure you have been super busy with Neuromatch 2.0, but I was wondering if you have had time to look at this bug or have any suspicion of what might be failing. :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants