Skip to content

Commit

Permalink
[keras/datasets/reuters.py] Resolve E501
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Apr 25, 2023
1 parent 04f92e1 commit 7ff7ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/datasets/reuters.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def load_data(
maxlen: int or None. Maximum sequence length.
Any longer sequence will be truncated. None means no truncation.
Defaults to `None`.
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
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
test data. Defaults to `0.2`.
seed: int. Seed for reproducible data shuffling.
start_char: int. The start of a sequence will be marked with this
Expand Down

0 comments on commit 7ff7ccc

Please sign in to comment.