Skip to content

Commit 48d609b

Browse files
committed
Text feature extraction will be covered at the end of the session
1 parent 68c3c89 commit 48d609b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

notebooks/02B_feature_extraction.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,17 @@
145145
},
146146
{
147147
"cell_type": "heading",
148-
"level": 2,
148+
"level": 3,
149149
"metadata": {},
150150
"source": [
151-
"Example: Textual Feature Extraction"
151+
"Text Feature Extraction"
152152
]
153153
},
154154
{
155155
"cell_type": "markdown",
156156
"metadata": {},
157157
"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."
161159
]
162160
}
163161
],

0 commit comments

Comments
 (0)