Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Tucker reduction analysis doesn't iterate through ranks properly #65

Open
aarmey opened this issue Aug 5, 2023 · 0 comments
Open

Tucker reduction analysis doesn't iterate through ranks properly #65

aarmey opened this issue Aug 5, 2023 · 0 comments

Comments

@aarmey
Copy link
Member

aarmey commented Aug 5, 2023

For example, if I choose to test up to rank 2, it tries ranks up to 6. Also, for my dataset, it tries rank 6 on mode 2, but only up to rank 5 for the other modes. If I choose up to rank 3, it suddenly goes up from a maximum of 5 on mode 4 to a maximum of 7. I can't figure out how the ranks are being iterated through... it seems like something based on itertools.permutations would be more readable to ensure correctness.

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

No branches or pull requests

1 participant