Skip to content

Commit 48c0e70

Browse files
committed
Initial commit
1 parent 96c67ac commit 48c0e70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Neural Network SMS Text Classifier/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ You should create a function called `predict_message` that takes a message strin
1212

1313
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.
1414

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

Comments
 (0)