API Reference

This is the API Reference documentation extracted from the source code.

User

App

Dataset

Input

Lister

Model

Workflow

Module

Utils

class Chunker(seq: List, size: int)[source]

Split an input sequence into small chunks.

__init__(seq: List, size: int) None[source]
chunk() List[List][source]

Chunk input sequence.

Exceptions