Skip to content

Commit

Permalink
prediction to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UnravelSports [JB] committed Jul 25, 2024
1 parent 044e253 commit a3a17ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/1_kloppy_gnn_train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"\n",
"| Parameter | Type | Description | Default |\n",
"|-----------|------|-------------|---------|\n",
"| `prediction` | bool | When True use the converter to create Graph dataset to apply a pre-trained model to, no labels required. Defaults to False. | False |\n",
"| `ball_carrier_threshold` | float | The distance threshold to determine the ball carrier in meters. If no ball carrier within ball_carrier_threshold, we skip the frame. | 25.0 |\n",
"| `max_player_speed` | float | The maximum speed of a player in meters per second. Used for normalizing node features. | 12.0 |\n",
"| `max_ball_speed` | float | The maximum speed of the ball in meters per second. Used for normalizing node features. | 28.0 |\n",
Expand Down

0 comments on commit a3a17ca

Please sign in to comment.