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: Neural Network SMS Text Classifier/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,4 @@ You should create a function called `predict_message` that takes a message strin
12
12
13
13
For this challenge, you will use the [SMS Spam Collection dataset](http://www.dt.fee.unicamp.br/~tiago/smsspamcollection/). The dataset has already been grouped into train data and test data.
14
14
15
-
The first two cells import the libraries and data. The final cell tests your model and function. Add your code in between these cells.
16
-
17
-
18
-
`
15
+
The first two cells import the libraries and data. The final cell tests your model and function. Add your code in between these cells.
0 commit comments