wavy.panel Module

Functions

concat_panels(panels[, reset_ids, sort])

Concatenate panels.

create_panels(df, lookback, horizon[, gap])

Create panels from a dataframe.

dropna_match(x, y)

Drop frames with NaN in panels and match ids.

reset_ids(panels[, inplace])

Reset ids of a panel.

set_training_split(x, y[, train_size, ...])

Splits panel in training, validation, and test.

Classes

Panel(*args, **kw)

Panel class.