docs: script description
Browse files
spam-text-messages-dataset.py
CHANGED
@@ -10,11 +10,14 @@ year = {2023}
|
|
10 |
"""
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
-
The dataset
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
18 |
"""
|
19 |
_NAME = 'spam-text-messages-dataset'
|
20 |
|
|
|
10 |
"""
|
11 |
|
12 |
_DESCRIPTION = """\
|
13 |
+
The SMS spam dataset contains a collection of text messages. The dataset
|
14 |
+
includes a diverse range of spam messages, including promotional offers,
|
15 |
+
fraudulent schemes, phishing attempts, and other forms of unsolicited
|
16 |
+
communication.
|
17 |
+
Each SMS message is represented as a string of text, and each entry in the
|
18 |
+
dataset also has a link to the corresponding screenshot. The dataset's content
|
19 |
+
represents real-life examples of spam messages that users encounter in their
|
20 |
+
everyday communication.
|
21 |
"""
|
22 |
_NAME = 'spam-text-messages-dataset'
|
23 |
|