paper-with-me

Papers

Explainable Adaptive Tree-based Model Selection for Time Series Forecasting

2024-01-02 · Matthias Jakobs, Amal Saadallah

Tree-based models have been successfully applied to a wide variety of tasks, including time series forecasting. They are increasingly in demand and widely accepted because of their comparatively high level of interpretability. However, many of them suffer from the overfitting problem, which limits their application in real-world decision-making. This problem becomes even more severe in online-forecasting settings where time series observations are incrementally acquired, and the distributions from which they are drawn may keep changing over time. In this context, we propose a novel method for the online selection of tree-based models using the TreeSHAP explainability method in the task of time series forecasting. We start with an arbitrary set of different tree-based models. Then, we outline a performance-based ranking with a coherent design to make TreeSHAP able to specialize the tree-based forecasters across different regions in the input time series. In this framework, adequate model selection is performed online, adaptively following drift detection in the time series. In addition, explainability is supported on three levels, namely online input importance, model selection, and model output explanation. An extensive empirical study on various real-world datasets demonstrates that our method achieves excellent or on-par results in comparison to the state-of-the-art approaches as well as several baselines.

📄 PDF Abstract BibTeX arXiv:2401.01124

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDrift DetectionModel SelectionTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Adaptive Bayesian Sum of Trees Model for Covariate Dependent Spectral Analysis

2021-09-29 · Yakun Wang, Zeda Li, Scott A. Bruce

This article introduces a flexible and adaptive nonparametric method for estimating the association between multiple covariates and power spectra of multiple time series. The proposed approach uses a Bayesian sum of tree…

Time SeriesTime Series AnalysisVariable Selection

An Adaptive Approach for Anomaly Detector Selection and Fine-Tuning in Time Series

2019-07-18 · Hui Ye, Xiaopeng Ma, Qingfeng Pan, Huaqiang Fang 외

The anomaly detection of time series is a hotspot of time series data mining. The own characteristics of different anomaly detectors determine the abnormal data that they are good at. There is no detector can be optimizi…

Anomaly DetectionTime SeriesTime Series AnalysisTransfer Learning

DMS, AE, DAA: methods and applications of adaptive time series model selection, ensemble, and financial evaluation

2021-10-21 · Parley Ruogu Yang, Ryan Lucas

We introduce three adaptive time series learning methods, called Dynamic Model Selection (DMS), Adaptive Ensemble (AE), and Dynamic Asset Allocation (DAA). The methods respectively handle model selection, ensembling, and…

Model SelectionTime SeriesTime Series Analysis

Adaptive Time Series Reasoning via Segment Selection

2026-02-20 · Shvat Messica, Jiawen Zhang, Kevin Li, Theodoros Tsiligkaridis 외 arxiv

Time series reasoning tasks often start with a natural language question and require targeted analysis of a time series. Evidence may span the full series or appear in a few short intervals, so the model must decide what…

Reinforcement Learning

Explainable boosted linear regression for time series forecasting

2020-09-18 · Igor Ilic, Berk Gorgulu, Mucahit Cevik, Mustafa Gokce Baydogan

Time series forecasting involves collecting and analyzing past observations to develop a model to extrapolate such observations into the future. Forecasting of future events is important in many fields to support decisio…

Decision MakingPrediction IntervalsregressionTime Series+2