Skip to content

Commit 608434b

Browse files
Add files via upload
added a link to better rendering in NBViewer
1 parent f931aa0 commit 608434b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/cuBERTopic.ipynb

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"[![nbviewer](https://img.shields.io/badge/View%20in-nbviewer-orange)](https://nbviewer.org/github/maciejskorski/ml_examples/blob/master/src/cuBERTopic.ipynb)\n",
78
"# Summary\n",
89
"\n",
910
"A reference implementation of the standard text clustering pipeline with GPU-accelerated dimensionality reduction and clustering, followed by Bayesian optimization. \n",
@@ -16507,6 +16508,38 @@
1650716508
" params=[\"n_neighbors\", \"min_cluster_size\"]\n",
1650816509
")"
1650916510
]
16511+
},
16512+
{
16513+
"cell_type": "code",
16514+
"execution_count": 8,
16515+
"metadata": {},
16516+
"outputs": [
16517+
{
16518+
"data": {
16519+
"text/html": [
16520+
"<script>\n",
16521+
"require([\"base/js/namespace\"],function(Jupyter) {\n",
16522+
" Jupyter.notebook.save_checkpoint();\n",
16523+
"});\n",
16524+
"</script>"
16525+
],
16526+
"text/plain": [
16527+
"<IPython.core.display.HTML object>"
16528+
]
16529+
},
16530+
"execution_count": 8,
16531+
"metadata": {},
16532+
"output_type": "execute_result"
16533+
}
16534+
],
16535+
"source": [
16536+
"from IPython.display import HTML\n",
16537+
"HTML('''<script>\n",
16538+
"require([\"base/js/namespace\"],function(Jupyter) {\n",
16539+
" Jupyter.notebook.save_checkpoint();\n",
16540+
"});\n",
16541+
"</script>''')"
16542+
]
1651016543
}
1651116544
],
1651216545
"metadata": {

0 commit comments

Comments
 (0)