seanhacks commited on
Commit
00e548d
Β·
verified Β·
1 Parent(s): 8c9551b

model: graph_conv-relation_gated_mlp_h128_l3_edge_prediction | (graph_conv-relation_gated_mlp_h128_l3) | WandB: 0qwm869p

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -39,7 +39,7 @@ optionally incorporating relation types for relation-aware prediction.
39
  - Type: `relation_gated_mlp`
40
  - Relation-Aware: βœ“
41
 
42
- **Training Date**: 2025-12-23
43
 
44
  For detailed experiment and training settings see this repository's `config.json` file.
45
 
@@ -47,15 +47,17 @@ For detailed experiment and training settings see this repository's `config.json
47
 
48
  | Metric | Value |
49
  |--------|-------|
50
- | Validation AUC | 0.8294 |
51
- | Test AUC | 0.8291 |
52
- | Validation AP | 0.8315 |
53
- | Test AP | 0.8314 |
 
 
54
 
55
 
56
  ## Links
57
 
58
- - πŸ“Š [W&B Run](https://wandb.ai/napistu/napistu-experiments/runs/2d97r0kd)
59
  - 🌐 [Napistu](https://napistu.com)
60
  - πŸ’» [GitHub Repository](https://github.com/napistu/Napistu-Torch)
61
  - πŸ“– [Read the Docs](https://napistu-torch.readthedocs.io/en/latest)
@@ -71,7 +73,7 @@ To reproduce the environment used for training, run the following commands:
71
  pip install torch==2.8.0
72
  pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/2.8.0+cpu.html
73
  pip install 'napistu==0.8.5'
74
- pip install 'napistu-torch[pyg,lightning]==0.3.2'
75
  ```
76
 
77
  ### 2. Setup Data Store
 
39
  - Type: `relation_gated_mlp`
40
  - Relation-Aware: βœ“
41
 
42
+ **Training Date**: 2025-12-29
43
 
44
  For detailed experiment and training settings see this repository's `config.json` file.
45
 
 
47
 
48
  | Metric | Value |
49
  |--------|-------|
50
+ | Validation relation-weighted AUC | 0.8699 |
51
+ | Test relation-weighted AUC | 0.8708 |
52
+ | Validation AUC | 0.8319 |
53
+ | Test AUC | 0.8326 |
54
+ | Validation AP | 0.8339 |
55
+ | Test AP | 0.8348 |
56
 
57
 
58
  ## Links
59
 
60
+ - πŸ“Š [W&B Run](https://wandb.ai/napistu/napistu-experiments/runs/0qwm869p)
61
  - 🌐 [Napistu](https://napistu.com)
62
  - πŸ’» [GitHub Repository](https://github.com/napistu/Napistu-Torch)
63
  - πŸ“– [Read the Docs](https://napistu-torch.readthedocs.io/en/latest)
 
73
  pip install torch==2.8.0
74
  pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/2.8.0+cpu.html
75
  pip install 'napistu==0.8.5'
76
+ pip install 'napistu-torch[pyg,lightning]==0.3.4'
77
  ```
78
 
79
  ### 2. Setup Data Store