SparkCatIntersectionsTransformer

class sparklightautoml.transformers.categorical.SparkCatIntersectionsTransformer(input_cols, output_cols, input_roles, output_roles, do_replace_columns, indexer_model, intersections=None)[source]

Bases: SparkCatIntersectionsHelper, SparkLabelEncoderTransformer

Combines category columns and encode with label encoder.