paper-with-me

홈 › Papers

Hierarchical Ensemble-Based Feature Selection for Time Series Forecasting

2023-10-26 · Aysin Tumay, Mustafa E. Aydın, Ali T. Koc, Suleyman S. Kozat

We introduce a novel ensemble approach for feature selection based on hierarchical stacking for non-stationarity and/or a limited number of samples with a large number of features. Our approach exploits the co-dependency between features using a hierarchical structure. Initially, a machine learning model is trained using a subset of features, and then the output of the model is updated using other algorithms in a hierarchical manner with the remaining features to minimize the target loss. This hierarchical structure allows for flexible depth and feature selection. By exploiting feature co-dependency hierarchically, our proposed approach overcomes the limitations of traditional feature selection methods and feature importance scores. The effectiveness of the approach is demonstrated on synthetic and well-known real-life datasets, providing significant scalable and stable performance improvements compared to the traditional methods and the state-of-the-art approaches. We also provide the source code of our approach to facilitate further research and replicability of our results.

📄 PDF Abstract BibTeX arXiv:2310.17544

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importancefeature selectionTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

HIERVAR: A Hierarchical Feature Selection Method for Time Series Analysis

2024-07-22 · Alireza Keshavarzian, Shahrokh Valaee

Time series classification stands as a pivotal and intricate challenge across various domains, including finance, healthcare, and industrial systems. In contemporary research, there has been a notable upsurge in explorin…

feature selectionTime SeriesTime Series AnalysisTime Series Classification

Model selection in reconciling hierarchical time series

2020-10-21 · Mahdi Abolghasemi, Rob J Hyndman, Evangelos Spiliotis, Christoph Bergmeir

Model selection has been proven an effective strategy for improving accuracy in time series forecasting applications. However, when dealing with hierarchical time series, apart from selecting the most appropriate forecas…

modelModel SelectionTime SeriesTime Series Analysis+1

Recurrent Auto-Encoder With Multi-Resolution Ensemble and Predictive Coding for Multivariate Time-Series Anomaly Detection

2022-02-21 · Heejeong Choi, Subin Kim, Pilsung Kang

As large-scale time-series data can easily be found in real-world applications, multivariate time-series anomaly detection has played an essential role in diverse industries. It enables productivity improvement and maint…

Anomaly DetectionDecoderTime SeriesTime Series Analysis+1

A Hierarchical Ensemble Pipeline for Anomaly Detection in ESA Satellite Telemetry

2026-04-22 · Lorenzo Riccardo Allegrini, Geremia Pompei arxiv

A hierarchical ensemble pipeline is introduced to address anomaly detection in multivariate telemetry data provided by European Space Agency (ESA). The method integrates shapelet-based and statistical feature extraction,…

Anomaly Detection

Deep Learning and Linear Programming for Automated Ensemble Forecasting and Interpretation

2022-01-02 · Lars Lien Ankile, Kjartan Krange

This paper presents an ensemble forecasting method that shows strong results on the M4 Competition dataset by decreasing feature and model selection assumptions, termed DONUT (DO Not UTilize human beliefs). Our assumptio…

Feature ImportanceModel SelectionTime SeriesTime Series Analysis