PyProphetRunner
- class pyprophet.scoring.runner.PyProphetRunner(config: RunnerIOConfig)[source]
Bases:
objectBase class for running PyProphet workflows.
This class provides the core structure for executing PyProphet workflows, including reading input data, running algorithms, and saving results.
- config
Configuration object for the workflow.
- Type:
- reader
Reader object for input data.
- Type:
- writer
Writer object for output data.
- Type:
- table
The input data table.
- Type:
pd.DataFrame
- __init__(config: RunnerIOConfig)[source]
- __metaclass__
alias of
ABCMeta
- __weakref__
list of weak references to the object (if defined)