Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Logistic model tree
Algorithm in computer science

In computer science, a logistic model tree (LMT) is a classification model with an associated supervised training algorithm that combines logistic regression (LR) and decision tree learning.

Logistic model trees are based on the earlier idea of a model tree: a decision tree that has linear regression models at its leaves to provide a piecewise linear regression model (where ordinary decision trees with constants at their leaves would produce a piecewise constant model). In the logistic variant, the LogitBoost algorithm is used to produce an LR model at every node in the tree; the node is then split using the C4.5 criterion. Each LogitBoost invocation is warm-started from its results in the parent node. Finally, the tree is pruned.

The basic LMT induction algorithm uses cross-validation to find a number of LogitBoost iterations that does not overfit the training data. A faster version has been proposed that uses the Akaike information criterion to control LogitBoost stopping.

Related Image Collections Add Image
We don't have any YouTube videos related to Logistic model tree yet.
We don't have any PDF documents related to Logistic model tree yet.
We don't have any Books related to Logistic model tree yet.
We don't have any archived web articles related to Logistic model tree yet.

See also

References

  1. Niels Landwehr; Mark Hall; Eibe Frank (2003). Logistic model trees (PDF). ECML PKDD. http://www.cs.waikato.ac.nz/~ml/publications/2003/landwehr-etal.pdf

  2. Landwehr, N.; Hall, M.; Frank, E. (2005). "Logistic Model Trees" (PDF). Machine Learning. 59 (1–2): 161–205. doi:10.1007/s10994-005-0466-3. http://www.cs.waikato.ac.nz/~eibe/pubs/LMT.pdf

  3. Niels Landwehr; Mark Hall; Eibe Frank (2003). Logistic model trees (PDF). ECML PKDD. http://www.cs.waikato.ac.nz/~ml/publications/2003/landwehr-etal.pdf

  4. Sumner, Marc; Eibe Frank; Mark Hall (2005). Speeding up logistic model tree induction (PDF). PKDD. Springer. pp. 675–683. http://www.cs.waikato.ac.nz/~ml/publications/2005/SumnerFrankHallCameraReady.pdf

  5. Sumner, Marc; Eibe Frank; Mark Hall (2005). Speeding up logistic model tree induction (PDF). PKDD. Springer. pp. 675–683. http://www.cs.waikato.ac.nz/~ml/publications/2005/SumnerFrankHallCameraReady.pdf