Skip to content

Commit

Permalink
black jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
UnravelSports [JB] committed Jan 27, 2025
1 parent 2b4e6a8 commit 77ab8c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/1_kloppy_gnn_train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,16 +266,15 @@
" match_id=match_id,\n",
" coordinates=\"secondspectrum\",\n",
" include_empty_frames=False,\n",
" limit=500, \n",
" limit=500,\n",
" )\n",
" dataset = KloppyPolarsDataset(\n",
" kloppy_dataset=kloppy_dataset,\n",
" ball_carrier_threshold=25.0\n",
" kloppy_dataset=kloppy_dataset, ball_carrier_threshold=25.0\n",
" )\n",
" dataset.load()\n",
" \n",
"\n",
" dataset.add_graph_ids()\n",
" \n",
"\n",
" dataset.add_dummy_labels()\n",
"\n",
" # Initialize the Graph Converter, with dataset, labels and settings\n",
Expand Down

0 comments on commit 77ab8c2

Please sign in to comment.