RulesΒΆ

Used for:

  • Defining a rule set using one of the standard Iguanas representations.

  • Converting rule conditions that leverage processed features into conditions that utilised the original, raw features.

Rules

Defines a set of rules using the following representations: string, dictionary, lambda expression.

ConvertProcessedConditionsToGeneral

Converts the conditions of rules that utilise either imputed or OHE features into conditions that account for this for unprocessed data.