A transform stats generator for computing lift between two features.
Inherits From: TransformStatsGenerator
tfdv.LiftStatsGenerator(
y_path: tfdv.FeaturePath
,
schema: Optional[schema_pb2.Schema] = None,
x_paths: Optional[Iterable[types.FeaturePath]] = None,
y_boundaries: Optional[Sequence[float]] = None,
min_x_count: int = 0,
top_k_per_y: Optional[int] = None,
bottom_k_per_y: Optional[int] = None,
example_weight_map: ExampleWeightMap = ExampleWeightMap(),
output_custom_stats: Optional[bool] = False,
name: Text = 'LiftStatsGenerator'
) -> None
Args |
name
|
A unique name associated with the statistics generator.
|
schema
|
An optional schema for the dataset.
|
Attributes |
name
|
|
ptransform
|
|
schema
|
|