0 - Priority P0examplehelp wantedrefactor
Métriques du dépôt
- Stars
- (19 985 stars)
- Métriques de merge PR
- (Merge moyen 16j 3h) (13 PRs mergées en 30 j)
Description
🛠 Proposed Refactor
Hi, I am a beginner of PyG, and I get myself familiar with PyG through the documentation, now I want to try to run some examples, I felt a little confused on the current example folder in the repo. The following are my current thoughts, I put it here for your reference, looking forward to hear your feedback.
- Is it possible to refactor the examples folder, now there are too many separate python scripts in the first level of the example folder, which is not helpful for beginner to get familiar with it, could you please help to tidy it?
- There are some official tutorial examples in documentation website, it looks quite helpful for beginners, could you also create a notebook folder, and put these notebooks into it?
Suggest a potential alternative/fix
- Classify the python scripts into several folders according to model or datasets, and provide a better readme file under example folder.
- Create a notebook folder, and put the colab notebooks code into it.