rail.pipelines.estimation.build_pipeline module
- class rail.pipelines.estimation.build_pipeline.YawPipeline
Bases:
RailPipeline- __init__(data_dir)
Create a MiniRunner Pipeline
In addition to parent initialization parameters (see the Pipeline base class), this subclass can take these optional keywords.
- Parameters:
callback (function(event_type: str, event_info: dict)) – A function called when jobs launch, complete, or fail, and when the pipeline aborts. Can be used for tracing execution. Default=None.
sleep (function(t: float)) – A function to replace time.sleep called in the pipeline to wait until the next time to check process completion Most normal usage will not need this. Default=None.
- rail.pipelines.estimation.build_pipeline.create_datasets(root)