Rule GenerationΒΆ

Used for generating rules based on a labelled dataset.

RuleGeneratorDT

Generate rules by extracting the highest performing branches from a tree ensemble model.

RuleGeneratorDTSpark

Generate rules by extracting the highest performing branches from a tree ensemble model.

RuleGeneratorOpt

Generate rules by optimising the thresholds of single features and combining these one condition rules with AND conditions to create more complex rules.