mlrl.boosting.testbed.runnables module

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

Integrates the BOOMER algorithm with the command line utility ‘mlrl-testbed’, which may be installed as an optional dependency.

class mlrl.boosting.testbed.runnables.BoomerRunnable

Bases: RuleLearnerRunnable

A program that allows performing experiments using the BOOMER algorithm.

get_extensions() list[Extension]

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

get_program_info() ProgramInfo | None

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