PyProphetLearner
- class pyprophet.scoring.runner.PyProphetLearner(config: RunnerIOConfig, defer_read: bool = False)[source]
Bases:
PyProphetRunnerImplements the learning and scoring workflow for PyProphet.
This class extends PyProphetRunner to include functionality for training a classifier and applying it to the input data.