TFDS now supports the Croissant 🥐 format! Read the documentation to know more.
Module: tfds.transform
Stay organized with collections
Save and categorize content based on your preferences.
Transform API.
Functions
apply_do_fn(...): Applies fn that can return any number of examples based on an input.
apply_filter(...): Filters examples for whom fn returns true on input_feature.
apply_fn(...): Returns a function that applies the given fn on the input_feature.
remove_feature(...): Removes the feature(s) with the given name.
rename_feature(...): Renames the feature.
rename_features(...): Renames all the feature specified in the given mapping.