We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f92e1 commit 7ff7cccCopy full SHA for 7ff7ccc
keras/datasets/reuters.py
@@ -73,8 +73,8 @@ def load_data(
73
maxlen: int or None. Maximum sequence length.
74
Any longer sequence will be truncated. None means no truncation.
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
+ test_split: Float between `0.` and `1.`. Fraction of the dataset to be
+ used as test data. `0.2` means that 20% of the dataset is used as
78
test data. Defaults to `0.2`.
79
seed: int. Seed for reproducible data shuffling.
80
start_char: int. The start of a sequence will be marked with this
0 commit comments