scispace - formally typeset
Search or ask a question

Showing papers by "Jerome H. Friedman published in 1996"



Proceedings Article
04 Aug 1996
TL;DR: This work proposes a lazy decision tree algorithm--LAZYDT--that conceptually constructs the "best" decision tree for each test instance, and is robust with respect to missing values without resorting to the complicated methods usually seen in induction of decision trees.
Abstract: Lazy learning algorithms, exemplified by nearest-neighbor algorithms, do not induce a concise hypothesis from a given training set; the inductive process is delayed until a test instance is given. Algorithms for constructing decision trees, such as C4.5, ID3, and CART create a single "best" decision tree during the training phase, and this tree is then used to classify test instances. The tests at the nodes of the constructed tree are good on average, but there may be better tests for classifying a specific instance. We propose a lazy decision tree algorithm--LAZYDT--that conceptually constructs the "best" decision tree for each test instance. In practice, only a path needs to be constructed, and a caching scheme makes the algorithm fast. The algorithm is robust with respect to missing values without resorting to the complicated methods usually seen in induction of decision trees. Experiments on real and artificial problems are presented.

290 citations


Book
01 Mar 1996
TL;DR: This volume provides a unified approach to the study of predictive learning, i.e., generalization from examples, and contains an up-to-date review and in-depth treatment of major issues and methods related to predictive learning in statistics, Artificial Neural Networks, and pattern recognition.
Abstract: This volume provides a unified approach to the study of predictive learning, i.e., generalization from examples. It contains an up-to-date review and in-depth treatment of major issues and methods related to predictive learning in statistics, Artificial Neural Networks (ANN), and pattern recognition. Topics range from theoretical modeling and adaptive computational methods to empirical comparisons between statistical and ANN methods, and applications. Most contributions fall into one of the three themes: unified framework for the study of predictive learning in statistics and ANNs; similarities and differences between statistical and ANN methods for nonparametric estimation (learning); and fundamental connections between artificial and biological learning systems.

163 citations