Rules-Based System (RBS)ΒΆ

Used for:

  • Creating an RBS pipeline, which can be used to predict a target based on a set of rules.

  • Optimising a given RBS pipeline for maximum performance.

RBSPipeline

A pipeline with each stage giving a decision - either 0 or 1 (corresponding to the binary target).

RBSOptimiser

Optimises the rules within an RBS Pipeline based on an optimisation function.