Seglearn: A Python Package for Learning Sequences and Time Series
Seglearn is an open-source python package for machine learning time series or sequences using a sliding window segmentation approach. The implementation provides a flexible pipeline for tackling classification, regression, and forecasting problems with multivariate sequence and contextual data. This package is compatible with scikit-learn and is listed under scikit-learn Related Projects. The package depends on numpy, scipy, and scikit-learn. Seglearn is distributed under the BSD 3-Clause License. Documentation includes a detailed API description, user guide, and examples. Unit tests provide a high degree of code coverage.
Code (1)
Tasks
BIG-bench Machine LearningGeneral ClassificationregressionTime SeriesTime Series AnalysisSimilar Papers 제목 키워드 기반
Feature-Based Time-Series Analysis in R using the theft Package
Time series are measured and analyzed across the sciences. One method of quantifying the structure of time series is by calculating a set of summary statistics or `features', and then representing a time series in terms …
Data VisualizationTime SeriesTime Series AnalysisTime Series Classificationtsflex: flexible time series processing & feature extraction
Time series processing and feature extraction are crucial and time-intensive steps in conventional machine learning pipelines. Existing packages are limited in their applicability, as they cannot cope with irregularly-sa…
ChunkingTime SeriesTime Series AnalysisALT: A Python Package for Lightweight Feature Representation in Time Series Classification
We introduce ALT, an open-source Python package created for efficient and accurate time series classification (TSC). The package implements the adaptive law-based transformation (ALT) algorithm, which transforms raw time…
BenchmarkingTime SeriesTime Series Classificationxaitimesynth: A Python Package for Evaluating Attribution Methods for Time Series with Synthetic Ground Truth
Evaluating time series attribution methods is difficult because real-world datasets rarely provide ground truth for which time points drive a prediction. A common workaround is to generate synthetic data where class-disc…
TSFEL: Time Series Feature Extraction Library
Time series feature extraction is one of the preliminary steps of conventional machine learning pipelines. Quite often, this process ends being a time consuming and complex task as data scientists must consider a combina…
Feature EngineeringTime SeriesTime Series Analysis