paper-with-me

Papers

sktime: A Unified Interface for Machine Learning with Time Series

2019-09-17 · Markus Löning, Anthony Bagnall, Sajaysurya Ganesh, Viktor Kazakov, Jason Lines, Franz J. Király

We present sktime -- a new scikit-learn compatible Python library with a unified interface for machine learning with time series. Time series data gives rise to various distinct but closely related learning tasks, such as forecasting and time series classification, many of which can be solved by reducing them to related simpler tasks. We discuss the main rationale for creating a unified interface, including reduction, as well as the design of sktime's core API, supported by a clear overview of common time series tasks and reduction approaches.

📄 PDF Abstract BibTeX arXiv:1909.07872

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningTime SeriesTime Series AnalysisTime Series ClassificationTime Series Forecasting

Similar Papers 제목 키워드 기반

Forecasting with sktime: Designing sktime's New Forecasting API and Applying It to Replicate and Extend the M4 Study

2020-05-16 · Markus Löning, Franz Király

We present a new open-source framework for forecasting in Python. Our framework forms part of sktime, a more general machine learning toolbox for time series with scikit-learn compatible interfaces for different learning…

BIG-bench Machine LearningTime SeriesTime Series AnalysisTime Series Classification

A tale of two toolkits, report the first: benchmarking time series classification algorithms for correctness and efficiency

2019-09-12 · Anthony Bagnall, Franz Király, Markus Löning, Matthew Middlehurst 외

sktime is an open source, Python based, sklearn compatible toolkit for time series analysis developed by researchers at the University of East Anglia (UEA), University College London and the Alan Turing Institute. A key …

BenchmarkingGeneral ClassificationTime SeriesTime Series Analysis+1

auto-sktime: Automated Time Series Forecasting

2023-12-13 · Marc-André Zöller, Marius Lindauer, Marco F. Huber

In today's data-driven landscape, time series forecasting is pivotal in decision-making across various sectors. Yet, the proliferation of more diverse time series data, coupled with the expanding landscape of available f…

AutoMLBayesian OptimizationDecision MakingTime Series+1

Can time series forecasting be automated? A benchmark and analysis

2024-07-23 · Anvitha Thirthapura Sreedhara, Joaquin Vanschoren

In the field of machine learning and artificial intelligence, time series forecasting plays a pivotal role across various domains such as finance, healthcare, and weather. However, the task of selecting the most suitable…

BenchmarkingDecision MakingDiversityTime Series+1

Merlion: A Machine Learning Library for Time Series

2021-09-20 · Aadyot Bhatnagar, Paul Kassianik, Chenghao Liu, Tian Lan 외

We introduce Merlion, an open-source machine learning library for time series. It features a unified interface for many commonly used models and datasets for anomaly detection and forecasting on both univariate and multi…

Anomaly DetectionBIG-bench Machine LearningTime SeriesTime Series Analysis