tfds.transform.rename_features

{ }

Renames all the feature specified in the given mapping.

Note that if the 'to feature name' already exists in the example, then it will be overridden. The order in which the renames are doing is not guaranteed, so this should not be used to swap the content of two features.

name_mapping mapping from the feature name that must be renamed to the new feature name.

function that renames the feature of an example.