Skip to content

Commit

Permalink
Update dataset_utils.py
Browse files Browse the repository at this point in the history
Removed trailing whitespaces as suggested by lint.
  • Loading branch information
SuryanarayanaY authored Aug 24, 2023
1 parent a0b1378 commit 9c5d415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/utils/dataset_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def split_dataset(
left_size: If float (in the range `[0, 1]` (excluding the
boundary values 0 and 1)), it signifies the fraction of the data to
pack in the left dataset. If integer, it signifies the number of
samples to pack in the left dataset. If `None`, it uses the
samples to pack in the left dataset. If `None`, it uses the
complement to `right_size`. Defaults to `None`.
right_size: If float (in the range `[0, 1]` (excluding the
boundary values 0 and 1)), it signifiesthe fraction of
boundary values 0 and 1)), it signifiesthe fraction of
the data to pack in the right dataset. If integer, it
signifies the number of samples to pack in the right dataset. If
`None`, it uses the complement to `left_size`. Defaults to `None`.
Expand Down

0 comments on commit 9c5d415

Please sign in to comment.