Skip to main content

Showing 1–3 of 3 results for author: Bleich, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:1504.07676  [pdf, other

    stat.ML cs.LG stat.ME

    Explaining the Success of AdaBoost and Random Forests as Interpolating Classifiers

    Authors: Abraham J. Wyner, Matthew Olson, Justin Bleich, David Mease

    Abstract: There is a large literature explaining why AdaBoost is a successful classifier. The literature on AdaBoost focuses on classifier margins and boosting's interpretation as the optimization of an exponential likelihood function. These existing explanations, however, have been pointed out to be incomplete. A random forest is another popular ensemble method for which there is substantially less explana… ▽ More

    Submitted 29 April, 2017; v1 submitted 28 April, 2015; originally announced April 2015.

    Comments: 40 pages, 11 figures, 2 algorithms

  2. arXiv:1312.2171  [pdf, other

    stat.ML cs.LG

    bartMachine: Machine Learning with Bayesian Additive Regression Trees

    Authors: Adam Kapelner, Justin Bleich

    Abstract: We present a new package in R implementing Bayesian additive regression trees (BART). The package introduces many new features for data analysis using BART such as variable selection, interaction detection, model diagnostic plots, incorporation of missing data and the ability to save trees for future prediction. It is significantly faster than the current R implementation, parallelized, and capabl… ▽ More

    Submitted 24 November, 2014; v1 submitted 7 December, 2013; originally announced December 2013.

    Comments: 39 pages, 13 figures, 4 tables, 2 appendices

  3. arXiv:1306.0618  [pdf, other

    stat.ML cs.LG

    Prediction with Missing Data via Bayesian Additive Regression Trees

    Authors: Adam Kapelner, Justin Bleich

    Abstract: We present a method for incorporating missing data in non-parametric statistical learning without the need for imputation. We focus on a tree-based method, Bayesian Additive Regression Trees (BART), enhanced with "Missingness Incorporated in Attributes," an approach recently proposed incorporating missingness into decision trees (Twala, 2008). This procedure takes advantage of the partitioning mec… ▽ More

    Submitted 12 February, 2014; v1 submitted 3 June, 2013; originally announced June 2013.

    Comments: 18 pages, 3 figures, 2 tables, 1 algorithm