Figure 1

Figure 2:

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Stephen Curry’s similarity measures compared_ Embedding Similarity (ours), RAPTOR, RAPM, averaged season statistics and the correlation coefficient of the weight matrix of the NMF_
| Rank | Embedding Similarity | RAPTOR | RAPM | Normalized Stats | NMF-weight-correlation |
|---|---|---|---|---|---|
| 1 | K. Lowry (0.008) | C. Paul (26) | C. Paul (4.01) | B. Beal (0.074) | D. Augustin (0.85) |
| 2 | Se. Curry (0.009) | D. Wade (22) | L. James (3.9) | K. Irving (0.074) | E. Gordon (0.80) |
| 3 | P. Mills (0.011) | L. James (20) | D. Green (3.56) | I. Thomas (0.077) | Ryan Anderson (0.80) |
| 4 | M. Williams (0.012) | K. Leonard (18) | R. Gobert (3.39) | K. Walker (0.081) | Jodie Meeks (0.79) |
| 5 | D. Lillard (0.013) | J. Harden (17) | P. Patterson (3.33) | D. Lillard (0.088) | Ersan Ilyasova (0.78) |
Features and number of players for each reference model_
| Player | Position (x and y) | Velocity (x and y) | Acceleration (x and y) | Basket (distance and angle) | Nominal Position | Height |
|---|---|---|---|---|---|---|
| Shooter | x | x | x | x | x | x |
| Closest Defender | x | x | x | x | x | x |
| 2.Closest Defender | x | x | x | x | x | x |
AUC, accuracy, F1-score, log-loss, Brier Loss and ECE for logistic regression, naive Bayes, gradient boosted classifier, multi-layer perceptron, GNN and GNN trained with Brier-loss_ Arrows point upwards (downwards) if a higher (lower) value represents better performance_
| Model | AUC ↑ | Accuracy↑ | F1↑ | Log loss↓ | Brier loss↓ | ECE ↓ |
|---|---|---|---|---|---|---|
| Logistic Regression | 0.5914 | 0.5861 | 0.6188 | 0.6727 | 0.2399 | 0.0294 |
| Naïve Bayes | 0.5777 | 0.4699 | 0.6187 | 2.0678 | 0.4238 | 0.4887 |
| Gradient-Boosted Classifier | 0.5989 | 0.5895 | 0.6205 | 0.6696 | 0.2384 | 0.0278 |
| Multi-Layer Perceptron | 0.5690 | 0.57822 | 0.6187 | 0.7915 | 0.2712 | 0.1573 |
| GNN - NII | 0.6102 | 0.6069 | 0.6245 | 0.6693 | 0.2379 | 0.073 |
| GNN - Brier | 0.6174 | 0.6093 | 0.6259 | 0.6522 | 0.2287 | 0.0263 |
Hyperparameter boundary settings for the optimization of the baseline models via optuna_
| Model | Framework | Hyperparameter |
|---|---|---|
| MLP | sklearn |
|
| GBC | sklearn | Max depth: 3<x<10, n_estimators: 10< x <200 |
| NB | sklearn | - |
| Log. Reg. | sklearn | - |