🌙

用于回归的进化森林

An Evolutionary Forest for Regression

IEEE Transactions on Evolutionary Computation · 2021
被引 61
ABS 4

中文导读

提出一种进化方法生成斜随机森林用于回归问题,通过进化特征构造转换特征空间,在117个基准问题上优于现有随机森林和梯度提升决策树方法。

Abstract

Random forest (RF) is a type of ensemble-based machine learning method that has been applied to a variety of machine learning tasks in recent years. This article proposes an evolutionary approach to generate an oblique RF for regression problems. More specifically, our method induces an oblique RF by transforming the original feature space to a new feature space through the evolutionary feature construction method. To speed up the searching process, the proposed method evaluates each set of features based on a decision tree (DT) rather than an RF. In order to obtain an RF, we archive top-performing features and corresponding trees during the search. In this way, both the features and the forest can be constructed simultaneously in a single run. The proposed evolutionary forest is applied to 117 benchmark problems with different characteristics and compared with some state-of-the-art regression methods, including several variants of the RF and gradient boosted DTs (GBDTs). The experimental results suggest that the proposed method outperforms the existing RF and GBDT methods.

随机森林进化算法回归机器学习集成学习