sampo.api.ProcessDescription

class sampo.api.ProcessDescription(dag=None, keep_attributes=[], feature_exclude=[], file_path=None)

ProcessDescription is an object that describes directed relationships of components and the parameters of each component.

property graph
Returns
graphnetworkx.digraph.Digraph

Internal NetworkX DAG.

property keep_attributes
Returns
attrslist of str

Kept attributes.

property feature_exclude
Returns
attrslist of str

Attributes that will be excluded on selecting features.

property file_path
Returns
file_pathstr

File path to an SPD file.