Skip to content

Commit ba64bd2

Browse files
committed
Fix import in notebook
1 parent bcc5e88 commit ba64bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/shapley_basic_spotify.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
96+
"from pydvl.reporting.plots import plot_shapley\n",
9697
"from pydvl.utils import (\n",
9798
" available_cpus,\n",
9899
" load_spotify_dataset,\n",
99100
" Dataset,\n",
100101
" GroupedDataset,\n",
101102
" Utility,\n",
102-
" plot_shapley,\n",
103103
")\n",
104104
"from pydvl.value.shapley import compute_shapley_values"
105105
]

0 commit comments

Comments
 (0)