Skip to content

Analysing a Folder of Experiments

All outcomes for experiment processing is stored in csv files in the proj_dir/diagnostics folder. These files store the outcome and process description (i.e. error explanations) of all experiments.

Loading in all relevant packages

from behavysis_pipeline import Project
from behavysis_pipeline.processes import *

TODO