Skip to content

Commit

Permalink
Uploading some modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeeBeansz committed Apr 2, 2024
1 parent 4a04d35 commit d057050
Show file tree
Hide file tree
Showing 11 changed files with 78,109 additions and 252 deletions.
48 changes: 48 additions & 0 deletions thesis_XAML/CounterfactualTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,54 @@
"print(labels_test[:5])\n"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"tensor([[6.1000, 1.9000],\n",
" [5.6000, 1.4000],\n",
" [5.1000, 1.6000],\n",
" [6.4000, 2.0000],\n",
" [5.9000, 2.3000],\n",
" [4.1000, 1.0000],\n",
" [4.7000, 1.5000],\n",
" [5.6000, 2.2000],\n",
" [5.0000, 1.5000],\n",
" [5.3000, 2.3000],\n",
" [5.1000, 1.9000],\n",
" [4.0000, 1.3000],\n",
" [4.5000, 1.7000],\n",
" [5.9000, 2.1000],\n",
" [5.1000, 1.9000],\n",
" [3.9000, 1.2000],\n",
" [3.7000, 1.0000],\n",
" [4.2000, 1.3000],\n",
" [5.6000, 2.1000],\n",
" [3.5000, 1.0000]], dtype=torch.float64)\n"
]
},
{
"ename": "NameError",
"evalue": "name 'test_labels' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[7], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[38;5;28mprint\u001b[39m(test)\n\u001b[0;32m----> 2\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[43mtest_labels\u001b[49m)\n",
"\u001b[0;31mNameError\u001b[0m: name 'test_labels' is not defined"
]
}
],
"source": [
"print(test)\n",
"print(labels_test)"
]
},
{
"cell_type": "code",
"execution_count": 6,
Expand Down
171 changes: 103 additions & 68 deletions thesis_XAML/GATtest.ipynb

Large diffs are not rendered by default.

312 changes: 234 additions & 78 deletions thesis_XAML/GNNExplainerTest.ipynb

Large diffs are not rendered by default.

2,391 changes: 2,391 additions & 0 deletions thesis_XAML/GNN_training.ipynb

Large diffs are not rendered by default.

37,383 changes: 37,279 additions & 104 deletions thesis_XAML/LIMEforGNNtest.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit d057050

Please sign in to comment.