Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Adjacency graph taking too long to generate #34

Open
nicksukie opened this issue Dec 19, 2022 · 0 comments
Open

Adjacency graph taking too long to generate #34

nicksukie opened this issue Dec 19, 2022 · 0 comments

Comments

@nicksukie
Copy link

nicksukie commented Dec 19, 2022

On a new dataset of about 1.3 million interactions, it takes almost 1 hour to create the adjacency graph. Is this correct? Is there a way to make graph creation faster?

Thank you.

Update:

I have found that it's the following step that takes an excessive amount of time:

adj_mat[:self.n_users, self.n_users:] = R

Is there any explanation for this?

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

No branches or pull requests

1 participant