Skip to content
danny314 edited this page Jul 5, 2014 · 8 revisions

This is an ensemble decision tree model built using boosting technique on gas sensor array data. Adaboost algorithm was used to build the ensemble. Two variations of the model were built. In the first model Brieman coefficient was used to update the weights whereas the second model used Zhu coefficient. Results are presented below.

Boosted Tree Using Breiman Coefficient

Misclassification Rate - 0.5% (on test data)


Confusion Matrix

Boosted Tree Confusion Matrix (Breiman Coefficient)


Boosted Tree Error As a Function of Number of Iterations Boosted Tree Error As a Function of Number of Iterations

Boosted Tree Using Zhu Coefficient

Misclassification Rate - 0.5% (on test data)


Confusion Matrix

Boosted Tree Confusion Matrix (Zhu Coefficient)


Boosted Tree Error As a Function of Number of Iterations Boosted Tree Error As a Function of Number of Iterations

ROC Curve


ROC Curves

Area Under Curve

0.9995898

Clone this wiki locally