paper-with-me

Papers

Seglearn: A Python Package for Learning Sequences and Time Series

2018-03-21 · David M. Burns, Cari M. Whyne

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.

📄 PDF Abstract BibTeX arXiv:1803.08118

Code (1)

dmbee/seglearn 공식 구현 tf

Tasks

BIG-bench Machine LearningGeneral ClassificationregressionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Feature-Based Time-Series Analysis in R using the theft Package

2022-08-12 · Trent Henderson, Ben D. Fulcher

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 Classification

tsflex: flexible time series processing & feature extraction

2021-11-24 · Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost, Sofie Van Hoecke

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 Analysis

ALT: A Python Package for Lightweight Feature Representation in Time Series Classification

2025-04-17 · Balázs P. Halmos, Balázs Hajós, Vince Á. Molnár, Marcell T. Kurbucz 외

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 Classification

xaitimesynth: A Python Package for Evaluating Attribution Methods for Time Series with Synthetic Ground Truth

2026-03-06 · Gregor Baer arxiv

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

2020-03-21 · SoftwareX 2020 3 · Marília Barandas, Duarte Folgado, Letícia Fernandes, Sara Santos 외

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