wildboar#

Wildboar - a library for temporal machine learning.

Wildboar includes numerous temporal machine learning algorithms and seamlessly integrates them with scikit-learn.

Subpackages#

Submodules#

Package Contents#

Functions#

iseos(x)

Boolean indicator if a value is the end-of-sequence value.

Attributes#

__version__

wildboar.iseos(x)[source]#

Boolean indicator if a value is the end-of-sequence value.

Parameters:
xarray-like

The array.

Returns:
ndarray

Boolean indicator array.