Skip to content

Commit

Permalink
Fix wrong arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael1015198808 authored Feb 27, 2023
1 parent 2728cda commit 7ed1646
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/tutorials/subgraphx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ After MCTS searching and Shapley value computation, the subgraph with the highes
result = find_closest_node_result(explanation_results[prediction], max_nodes=max_nodes)
plotutils = PlotUtils(dataset_name='ba_shapes')
explainer.visualization(explanation_results,
prediction,
explainer.visualization(explanation_results[prediction],
max_nodes=max_nodes,
plot_utils=plotutils,
y=data.y)
Expand Down

0 comments on commit 7ed1646

Please sign in to comment.