1 repository
Organizing time series data structured by samples, variables, and sequence length into model-ready formats.
Distinct from Sequence Processing: Shortlist candidates focus on text length constraints or general Python sequence management; this is for ML-ready sequence organization.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Multi-Dimensional Sequence Processing. Refine with filters or upvote what's useful.
tsai is a deep learning library for time series classification, regression, and forecasting. Built on PyTorch and fastai, it provides a framework for assigning labels to sequential data, predicting future values in univariate or multivariate sequences, and training representations on unlabeled data through self-supervised learning. The library distinguishes itself with specialized temporal engineering and scaling capabilities. It includes tools for cyclical temporal encoding to capture seasonal patterns and online window slicing to process datasets larger than available memory. It also suppor
Organizes input data structured by samples, variables, and sequence length using arrays or tabular formats.