Skip to content

Commit 5600ed3

Browse files
authored
Merge pull request microsoft#323 from blurrydev/patch-1
Update notebook.ipynb
2 parents e3ac4d0 + 9120081 commit 5600ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-Introduction/01-defining-data-science/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"source": [
116116
"## Step 3: Getting Insights\r\n",
117117
"\r\n",
118-
"The most important step is to turn our data into some for from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n",
118+
"The most important step is to turn our data into some form from which we can draw insights. In our case, we want to extract keywords from the text, and see which keywords are more meaningful.\r\n",
119119
"\r\n",
120120
"We will use Python library called [RAKE](https://github.com/aneesha/RAKE) for keyword extraction. First, let's install this library in case it is not present: "
121121
],

0 commit comments

Comments
 (0)