The document discusses using random forests for approximate Bayesian computation (ABC) model choice. It proposes:
1. Using random forests to infer a model from summary statistics, as random forests can handle a large number of statistics and find efficient combinations.
2. Replacing estimates of posterior model probabilities, which are poorly approximated, with posterior predictive expected losses to evaluate models.
3. An example comparing MA(1) and MA(2) time series models using two autocorrelations as summaries, finding embedded models and that random forests perform similarly to other methods on small problems.