timeserio.ini module

Defaults and parameters used repeatedly in tests.

timeserio.ini.n_jobs

default n_jobs used in scikit-learn pipelines. Set to 1 as parallelism is implemented over batches of data when needed.

Type

int

class timeserio.ini.Columns[source]

Bases: object

Default column names used in tests.

datetime

name of the datetime column in tests

Type

str

id

name of the id (categorical) column in tests

Type

str

target

name of the (real-valued) regression target column

Type

str

datetime = 'datetime'
id = 'id'
target = 'target'