mlrl.common.testbed.program_info module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes for providing the text to be shown when the “–version” flag is passed to the command line API.
- class mlrl.common.testbed.program_info.RuleLearnerProgramInfo(program_info: ProgramInfo, python_packages: list[PackageInfo] = <factory>)¶
Bases:
objectProvides information about a program that runs a rule learning algorithm.
- Attributes:
program_info: Information about the program python_packages: A list that contains a PackageInfo for each Python package used by the program
- program_info: ProgramInfo¶
- python_packages: list[PackageInfo]¶