Pipelines#

Pre-build pipelines and pipeline helpers.

Full Pipelines#

Helper#

Gait Sequence Iteration#

GsIterator()

Iterator to split data into gait-sequences and iterate over them individually.

iter_gs(data, gs_list)

Iterate over the data based on the given gait-sequences.

Aggregation Functions#

create_aggregate_df([fix_gs_offset_cols, ...])

Create an aggregator for the GS iterator that aggregates dataframe results into a single dataframe.

Datatypes#

FullPipelinePerGsResult(ic_list, ...)

Default expected result type for the gait-sequence iterator.