conmo.experiment.Experiment

class conmo.experiment.Experiment(pipelines: Iterable[Pipeline], analytics: Iterable, name='2022_07_01-10_50_39')[source]
__init__(pipelines: Iterable[Pipeline], analytics: Iterable, name='2022_07_01-10_50_39')[source]
generate_dirs() Iterable[str][source]

Generates directories both for the experiment itself and for the pipelines it contains.

Returns

pipes_dirs – Array containing the names of the directories of the pipes of the current experiment.

Return type

Iterable[str]

launch()[source]

Launchs the current experiment.

Methods

__init__(pipelines, analytics[, name])

generate_dirs()

Generates directories both for the experiment itself and for the pipelines it contains.

launch()

Launchs the current experiment.