LGMLFeb 27, 2013

Induction of Selective Bayesian Classifiers

arXiv:1302.6828v1827 citations
Originality Incremental advance
AI Analysis

This work addresses a specific limitation in machine learning classification for domains with correlated features, representing an incremental improvement over existing methods.

The paper tackles the problem of naive Bayesian classifiers being sensitive to correlated features by embedding them in a greedy feature search algorithm, resulting in improved asymptotic accuracy in domains with correlated features without harming learning rates in others, as supported by experiments on six natural domains.

In this paper, we examine previous work on the naive Bayesian classifier and review its limitations, which include a sensitivity to correlated features. We respond to this problem by embedding the naive Bayesian induction scheme within an algorithm that c arries out a greedy search through the space of features. We hypothesize that this approach will improve asymptotic accuracy in domains that involve correlated features without reducing the rate of learning in ones that do not. We report experimental results on six natural domains, including comparisons with decision-tree induction, that support these hypotheses. In closing, we discuss other approaches to extending naive Bayesian classifiers and outline some directions for future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes