Skip to content

Commit 419b6a6

Browse files
authored
Merge pull request #215 from MandaloreUltimate/patch-1
Update digits.ipynb
2 parents fdf42dd + abf5885 commit 419b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/digits/digits.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"# Get the simplicial complex \n",
7474
"scomplex = mapper.map(projected_data,\n",
7575
" clusterer=sklearn.cluster.DBSCAN(eps=0.3, min_samples=15),\n",
76-
" coverer=km.Cover(35, 0.9))"
76+
" cover=km.Cover(35, 0.9))"
7777
]
7878
},
7979
{

0 commit comments

Comments
 (0)