![]() |
Return columns that are required inputs of AnalyzeDataset
.
tft.get_analyze_input_columns(
preprocessing_fn, specs, force_tf_compat_v1=True
)
Args | |
---|---|
preprocessing_fn
|
A tf.transform preprocessing_fn. |
specs
|
A dict of feature name to tf.TypeSpecs. If force_tf_compat_v1 is
True, this can also be feature specifications.
|
force_tf_compat_v1
|
(Optional) If True , use Tensorflow in compat.v1 mode.
Defaults to True .
|
Returns | |
---|---|
A list of columns that are required inputs of analyzers. |