You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/02B_feature_extraction.ipynb
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -145,19 +145,17 @@
145
145
},
146
146
{
147
147
"cell_type": "heading",
148
-
"level": 2,
148
+
"level": 3,
149
149
"metadata": {},
150
150
"source": [
151
-
"Example: Textual Feature Extraction"
151
+
"Text Feature Extraction"
152
152
]
153
153
},
154
154
{
155
155
"cell_type": "markdown",
156
156
"metadata": {},
157
157
"source": [
158
-
"Here we will show an example of feature extraction in the context of text documents.\n",
159
-
"\n",
160
-
"**(Fill In Example Here)**"
158
+
"Unstructed content such as text documents require there own feature extraction step. In general we treat words in text documents as individual categorical features. An example on text mining will be introduced later, at the end of this session."
0 commit comments