-
Notifications
You must be signed in to change notification settings - Fork 0
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
Embed cluster viz #42
Conversation
Tests fail with a EDIT: Seems to be an issue here too: https://github.com/centre-for-humanities-computing/conspiracies/actions/runs/6537281891?pr=41 |
I think that is the best solution @KasperFyhn - will try to figure out if I can solve the issue with tests. |
…ting/conspiracies into embed_cluster_viz
Så skulle tests være fikset @KasperFyhn. Undgik at downloade én af de større modeller. Det giver os lidt mindre test coverage, men det gør tilgengæld at koden kører hurtigere (og vi er less dependent på andre). |
All code related to creating graphs, including clustering of entity embeddings, labeling etc., seem to be on this branch.
We might want to restructure (e.g. move core functionality out from
paper
), compartmentalize and refactor a bit, but I suggest that, for now, we merge it in so as to have all code from Stine's thesis and other work on master. We can restructure along the way. What do you think, @KennethEnevoldsen?