Unsupervised Discretization Using Kernel Density Estimation
Abstract
Discretization, defined as a set of cuts over domains of attributes, represents an important preprocessing task for numeric data analysis. Some Machine Learning algorithms require a discrete feature space but in real-world applications continuous attributes must be handled. To deal with this problem many supervised discretization methods have been proposed but little has been done to synthesize unsupervised discretization methods to be used in domains where no class information is available. Furthermore, existing methods such as (equal-width or equal-frequency) binning, are not well-principled, raising therefore the need for more sophisticated methods for the unsupervised discretization of continuous features. This paper presents a novel unsupervised discretization method that uses non-parametric density estimators to automatically adapt sub-interval dimensions to the data. The proposed algorithm searches for the next two sub-intervals to produce, evaluating the best cut-point on the basis of the density induced in the sub-intervals by the current cut and the density given by a kernel density estimator for each sub-interval. It uses cross-validated log-likelihood to select the maximal number of intervals. The new proposed method is compared to equal-width and equal-frequency discretization methods through experiments on well known benchmarking data.
Cite
Text
Biba et al. "Unsupervised Discretization Using Kernel Density Estimation." International Joint Conference on Artificial Intelligence, 2007.Markdown
[Biba et al. "Unsupervised Discretization Using Kernel Density Estimation." International Joint Conference on Artificial Intelligence, 2007.](https://mlanthology.org/ijcai/2007/biba2007ijcai-unsupervised/)BibTeX
@inproceedings{biba2007ijcai-unsupervised,
title = {{Unsupervised Discretization Using Kernel Density Estimation}},
author = {Biba, Marenglen and Esposito, Floriana and Ferilli, Stefano and Di Mauro, Nicola and Basile, Teresa Maria Altomare},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2007},
pages = {696-701},
url = {https://mlanthology.org/ijcai/2007/biba2007ijcai-unsupervised/}
}