TopoBench
TopoBench copied to clipboard
Category: A1; Team name: aweers; Dataset: Wiki-CS
Checklist
- [x] My pull request has a clear and explanatory title.
- [x] My pull request passes the Linting test.
- [x] I added appropriate unit tests and I made sure the code passes all unit tests. (refer to comment below)
- [x] My PR follows PEP8 guidelines. (refer to comment below)
- [x] My code is properly documented, using numpy docs conventions, and I made sure the documentation renders properly.
- [x] I linked to issues and PRs that are relevant to this PR.
Description
First of all, thanks for organizing this amazing challenge!
Pull request for an implementation of Wiki CS dataset for TAG-DS Topological Deep Learning Challenge 2025.
Implements the dataset and dataloader, as well as config.
Issue
Additional context
Fixed some minor miss-configurations in config file. Now all tests pass locally :)