Making Better Use of Global Discretization

Abstract

Before applying learning algorithms to datasets, practitioners often globally discretize any numeric attributes. If the algorithm cannot handle numeric attributes directly, prior discretization is essential. Even if it can, prior discretization often accelerates induction, and may produce simpler and more accurate classifiers. 
\nAs it is generally done, global discretization denies the learning algorithm any chance of taking advantage of the ordering information implicit in numeric attributes. However, a simple transformation of discretized data preserves this information in a form that learners can use. We show that, compared to using the discretized data directly, this transformation significantly increases the accuracy of decision trees built by C4.5, decision lists built by PART, and decision tables built using the wrapper method, on several bench-mark datasets. Moreover, it can significantly reduce the size of the resulting classifiers.
\nThis simple technique makes global discretization an even more useful tool for data preprocessing

Cite

Text

Frank and Witten. "Making Better Use of Global Discretization." International Conference on Machine Learning, 1999.

Markdown

[Frank and Witten. "Making Better Use of Global Discretization." International Conference on Machine Learning, 1999.](https://mlanthology.org/icml/1999/frank1999icml-making/)

BibTeX

@inproceedings{frank1999icml-making,
  title     = {{Making Better Use of Global Discretization}},
  author    = {Frank, Eibe and Witten, Ian H.},
  booktitle = {International Conference on Machine Learning},
  year      = {1999},
  pages     = {115-123},
  url       = {https://mlanthology.org/icml/1999/frank1999icml-making/}
}