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 77f65ca commit 4d1ffa9Copy full SHA for 4d1ffa9
tensorflow_datasets/core/utils/py_utils.py
@@ -555,6 +555,9 @@ def make_valid_name(name: str) -> str:
555
The function removes all forbidden characters outside of A-Za-z0-9_ and
556
replaces them with an underscore.
557
558
+ Warning: if you want to convert a name to a valid TFDS name, prefer
559
+ `conversion_utils.to_tfds_name` instead.
560
+
561
Args:
562
name: The input string to sanitize.
563
0 commit comments