Skip to content

Commit ee6d906

Browse files
authored
Update linux-dsvm-walkthrough.md
1 parent bf6c4fc commit ee6d906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ For a different view of the data:
9797

9898
```R
9999
str(data)
100-
```r
101-
102100
```
101+
103102
This view shows you the type of each variable and the first few values in the dataset.
104103

105104
The **spam** column was read as an integer, but it's actually a categorical variable (or factor). To set its type:

0 commit comments

Comments
 (0)