File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ def load_data(
69
69
skip_top: skip the top N most frequently occurring words
70
70
(which may not be informative). These words will appear as
71
71
`oov_char` value in the dataset. 0 means no words are
72
- skipped. Defaults to 0
72
+ skipped. Defaults to `0`.
73
73
maxlen: int or None. Maximum sequence length.
74
74
Any longer sequence will be truncated. None means no truncation.
75
75
Defaults to `None`.
76
- test_split: Float between 0 and 1. Fraction of the dataset to be used
77
- as test data. 0.2 means that 20% of the dataset is used as
78
- test data. Defaults to 0.2
76
+ test_split: Float between `0.` and `1.`. Fraction of the dataset to be
77
+ used as test data. ` 0.2` means that 20% of the dataset is used as
78
+ test data. Defaults to ` 0.2`.
79
79
seed: int. Seed for reproducible data shuffling.
80
80
start_char: int. The start of a sequence will be marked with this
81
81
character. 0 is usually the padding character. Defaults to `1`.
You can’t perform that action at this time.
0 commit comments