View source on GitHub |
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.