paper-with-me

Papers

Merlion: A Machine Learning Library for Time Series

2021-09-20 · Aadyot Bhatnagar, Paul Kassianik, Chenghao Liu, Tian Lan, Wenzhuo Yang, Rowan Cassius, Doyen Sahoo, Devansh Arpit, Sri Subramanian, Gerald Woo, Amrita Saha, Arun Kumar Jagota, Gokulakrishnan Gopalakrishnan, Manpreet Singh, K C Krithika, Sukumar Maddineni, Daeki Cho, Bo Zong, Yingbo Zhou, Caiming Xiong, Silvio Savarese, Steven Hoi, Huan Wang

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 multivariate time series, along with standard pre/post-processing layers. It has several modules to improve ease-of-use, including visualization, anomaly score calibration to improve interpetability, AutoML for hyperparameter tuning and model selection, and model ensembling. Merlion also provides a unique evaluation framework that simulates the live deployment and re-training of a model in production. This library aims to provide engineers and researchers a one-stop solution to rapidly develop models for their specific time series needs and benchmark them across multiple time series datasets. In this technical report, we highlight Merlion's architecture and major functionalities, and we report benchmark numbers across different baseline models and ensembles.

📄 PDF Abstract BibTeX arXiv:2109.09265

Code (2)

salesforce/merlion 공식 구현
ruiking04/coca pytorch

Tasks

Anomaly DetectionBIG-bench Machine LearningTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

MERLIon CCS Challenge: A English-Mandarin code-switching child-directed speech corpus for language identification and diarization

2023-05-30 · Victoria Y. H. Chua, Hexin Liu, Leibny Paola Garcia Perera, Fei Ting Woon 외

To enhance the reliability and robustness of language identification (LID) and language diarization (LD) systems for heterogeneous populations and scenarios, there is a need for speech processing models to be trained on …

Language Identification

MERLIon CCS Challenge Evaluation Plan

2023-05-31 · Leibny Paola Garcia Perera, Y. H. Victoria Chua, Hexin Liu, Fei Ting Woon 외

This paper introduces the inaugural Multilingual Everyday Recordings- Language Identification on Code-Switched Child-Directed Speech (MERLIon CCS) Challenge, focused on developing robust language identification and langu…

Language IdentificationTask 2

Darts: User-Friendly Modern Machine Learning for Time Series

2021-10-07 · Julien Herzen, Francesco Lässig, Samuele Giuliano Piazzetta, Thomas Neuer 외

We present Darts, a Python machine learning library for time series, with a focus on forecasting. Darts offers a variety of models, from classics such as ARIMA to state-of-the-art deep neural networks. The emphasis of th…

BIG-bench Machine LearningMeta-LearningTime SeriesTime Series Analysis

News Signals: An NLP Library for Text and Time Series

2023-12-18 · Chris Hokamp, Demian Gholipour Ghalandari, Parsa Ghaffari

We present an open-source Python library for building and using datasets where inputs are clusters of textual data, and outputs are sequences of real values representing one or more time series signals. The news-signals …

ArticlesTime Series

sktime: A Unified Interface for Machine Learning with Time Series

2019-09-17 · Markus Löning, Anthony Bagnall, Sajaysurya Ganesh, Viktor Kazakov 외

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 a…

BIG-bench Machine LearningTime SeriesTime Series AnalysisTime Series Classification+1