seanhacks commited on
Commit
3001b84
Β·
verified Β·
1 Parent(s): 1522bb8

model: graph_conv-relation_attention_mlp_h128_l3_edge_prediction | (graph_conv-relation_attention_mlp_h128_l3) | WandB: y95cc4qi

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_attention_mlp`
40
  - Relation-Aware: βœ“
41
 
42
- **Training Date**: 2025-12-24
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.8325 |
51
- | Test AUC | 0.8324 |
52
- | Validation AP | 0.8346 |
53
- | Test AP | 0.8345 |
 
 
54
 
55
 
56
  ## Links
57
 
58
- - πŸ“Š [W&B Run](https://wandb.ai/napistu/napistu-experiments/runs/x7m631ns)
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_attention_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.8708 |
51
+ | Test relation-weighted AUC | 0.8707 |
52
+ | Validation AUC | 0.8332 |
53
+ | Test AUC | 0.8328 |
54
+ | Validation AP | 0.8351 |
55
+ | Test AP | 0.8348 |
56
 
57
 
58
  ## Links
59
 
60
+ - πŸ“Š [W&B Run](https://wandb.ai/napistu/napistu-experiments/runs/y95cc4qi)
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