Skip to content

Commit 3fdd41f

Browse files
author
Chris Swierczewski
committed
[LDA] Import tarfile module
1 parent 619c6e8 commit 3fdd41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scientific_details_of_algorithms/lda_topic_modeling/LDA-Science.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"source": [
5050
"%matplotlib inline\n",
5151
"\n",
52-
"import os, re\n",
52+
"import os, re, tarfile\n",
5353
"\n",
5454
"import boto3\n",
5555
"import matplotlib.pyplot as plt\n",

0 commit comments

Comments
 (0)