SparkCatIntersectionsEstimator

class sparklightautoml.transformers.categorical.SparkCatIntersectionsEstimator(input_cols, input_roles, intersections=None, max_depth=2, do_replace_columns=False)[source]

Bases: SparkCatIntersectionsHelper, SparkLabelEncoderEstimator

Combines categorical features and fits SparkLabelEncoderEstimator. Returns SparkCatIntersectionsTransformer.