Skip to content

Commit 251d6ea

Browse files
authored
Merge pull request #95517 from v-maudel/patch-354
C140122: Changing italic asterisks by italic underscore
2 parents e2631c3 + 6570f7e commit 251d6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/data-science-virtual-machine/linux-dsvm-walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Then, concatenate the two files together:
5555

5656
The dataset has several types of statistics for each email:
5757

58-
* Columns like **word\_freq\_*WORD*** indicate the percentage of words in the email that match *WORD*. For example, if **word\_freq\_make** is **1**, then 1% of all words in the email were *make*.
59-
* Columns like **char\_freq\_*CHAR*** indicate the percentage of all characters in the email that are *CHAR*.
58+
* Columns like **word\_freq\__WORD_** indicate the percentage of words in the email that match *WORD*. For example, if **word\_freq\_make** is **1**, then 1% of all words in the email were *make*.
59+
* Columns like **char\_freq\__CHAR_** indicate the percentage of all characters in the email that are *CHAR*.
6060
* **capital\_run\_length\_longest** is the longest length of a sequence of capital letters.
6161
* **capital\_run\_length\_average** is the average length of all sequences of capital letters.
6262
* **capital\_run\_length\_total** is the total length of all sequences of capital letters.

0 commit comments

Comments
 (0)