fixed docstring for check_validation_split_arg

This commit is contained in:
Vignesh Kothapalli 2020-07-24 04:07:19 +05:30
parent 284f16a59b
commit edb88b4be3
No known key found for this signature in database
GPG Key ID: 7C9D6956FBA21DD7

View File

@ -215,8 +215,7 @@ def check_validation_split_arg(validation_split, subset, shuffle, seed):
"""Raise errors in case of invalid argument values.
Args:
shuffle: Whether to shuffle the data. Default: True.
If set to False, sorts the data in alphanumeric order.
shuffle: Whether to shuffle the data. Either True or False.
seed: Optional random seed for shuffling and transformations.
validation_split: Optional float between 0 and 1,
fraction of data to reserve for validation.