Vadzim Kashko commited on
Commit
c366f68
1 Parent(s): 83839ea

docs: script description

Browse files
Files changed (1) hide show
  1. spam-text-messages-dataset.py +8 -5
spam-text-messages-dataset.py CHANGED
@@ -10,11 +10,14 @@ year = {2023}
10
  """
11
 
12
  _DESCRIPTION = """\
13
- The dataset consisting of garbage cans of various capacities and types.
14
- Best to train a neural network to monitor the timely removal of garbage and
15
- organize the logistics of vehicles for garbage collection. Dataset is useful
16
- for the recommendation systems, optimization and automization the work of
17
- community services, smart city.
 
 
 
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