soil.pipeline
This module defines a Pipeline.
#
Pipeline ObjectsA Pipeline stores the transformations and dependencies to obtain certain results.
#
runRun the Pipeline (blocking call until the experiment finishes)
#
add_transformationAdd a new transformation to the Pipeline, returns a new Pipeline containing the plan of the old Pipeline plus the transformation.
#
merge_pipelinesMerges all the Pipelines passed into a new Pipeline that is returned.