Datasets#
Module with dataset and its utilities.
API details#
Basic structures:
|
TSDataset is the main class to handle your time series data. |
|
Enum for different kinds of |
|
Represents hierarchical structure of TSDataset. |
Utilities for dataset generation:
|
Create DataFrame with AR process data. |
|
Create DataFrame with const data. |
|
Create DataFrame from patterns. |
|
Create DataFrame with hierarchical structure and AR process data. |
|
Create DataFrame with periodic data. |
Utilities for data manipulation:
|
Duplicate dataframe for all the segments. |
|
Set columns in a left dataframe with values from the right dataframe. |
|
Inference alignment of a given dataframe. |
|
Apply given alignment to a dataframe. |
|
Create a dataframe with timestamp according to a given alignment. |
Utilities for working with internal datasets:
|
Load internal dataset. |