Skip to content

Commit

Permalink
Update notebook markdown texts
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Feb 6, 2021
1 parent 1315c8a commit f3f4ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pitfall2-Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"metadata": {},
"source": [
"# Creating a dataset\n",
"We create a $G_{n,p}$ random graph with $n=20$ and $p=0.2$. Initially the color for all nodes are blue (constant feature=1). We randomly select 3 nodes and assign them the color yellow(feature=0) such that there is at most on edge between two yellow nodes, therefore the explanation is unique. The task is to classify whether a graph has an edge between two yellow nodes or not."
"We create a $G_{n,p}$ random graph with $n=20$ and $p=0.2$. Initially the color for all nodes are blue (constant feature=1). We randomly select 3 nodes and assign them the color yellow(feature=2) such that there is at most on edge between two yellow nodes, therefore the explanation is unique. The task is to classify whether a graph has an edge between two yellow nodes or not."
]
},
{
Expand Down

0 comments on commit f3f4ccc

Please sign in to comment.