You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: