mlrl.seco.testbed.runnables module

Author: Michael Rapp (michael.rapp.ml@gmail.com)

Integrates the Separate-and-Conquer (SeCo) algorithm with the command line utility ‘mlrl-testbed’, which may be installed as an optional dependency.

class mlrl.seco.testbed.runnables.SeCoRunnable

Bases: RuleLearnerRunnable

A program that allows performing experiments using the Separate-and-Conquer (SeCo) algorithm.

get_program_info() ProgramInfo | None

See mlrl.testbed.runnables.Runnable.get_program_info()