Skip to content

Commit 17c0414

Browse files
authored
Merge pull request #107462 from likebupt/update-enter-data-manually
update enter data manually
2 parents 8700a88 + 80fc38e commit 17c0414

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/algorithm-module-reference/enter-data-manually.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ This module can be helpful in scenarios such as these:
5757

5858
- **ARFF**: Paste in an existing ARFF format file. If you are typing values directly, be sure to add the optional header and required attribute fields at the beginning of the data.
5959

60-
For example, the following header and attribute rows could be added to a simple list. The column heading would be `SampleText`.
60+
For example, the following header and attribute rows could be added to a simple list. The column heading would be `SampleText`. Note that String type is not supported.
6161

6262
```text
63-
% Title: SampleText.ARFF
64-
% Source: Enter Data module
65-
@ATTRIBUTE SampleText STRING
66-
@DATA
63+
% Title: SampleText.ARFF
64+
% Source: Enter Data module
65+
@ATTRIBUTE SampleText NUMERIC
66+
@DATA
6767
\<type first data row here>
6868
```
6969

0 commit comments

Comments
 (0)