Dynamic feature scaling for online learning of binary classifiers

作者:

Highlights:

摘要

Scaling feature values is an important step in numerous machine learning tasks. Different features can have different value ranges and some form of a feature scaling is often required in order to learn an accurate classifier. However, feature scaling is conducted as a preprocessing task prior to learning. This is problematic in an online setting because of two reasons. First, it might not be possible to accurately determine the value range of a feature at the initial stages of learning when we have observed only a handful of training instances. Second, the distribution of data can change over time, which render obsolete any feature scaling that we perform in a pre-processing step. We propose a simple but an effective method to dynamically scale features at train time, thereby quickly adapting to any changes in the data stream. We compare the proposed dynamic feature scaling method against more complex methods for estimating scaling parameters using several benchmark datasets for classification. Our proposed feature scaling method consistently outperforms more complex methods on all of the benchmark datasets and improves classification accuracy of a state-of-the-art online classification algorithm.

论文关键词:Feature scaling,Online learning,Classification

论文评审过程:Received 4 October 2016, Revised 9 April 2017, Accepted 14 May 2017, Available online 17 May 2017, Version of Record 12 June 2017.

论文官网地址:https://doi.org/10.1016/j.knosys.2017.05.010