bartpy icon indicating copy to clipboard operation
bartpy copied to clipboard

Validation of assumptions

Open JakeColtman opened this issue 7 years ago • 0 comments

BART makes assumptions about the residuals term, which BartPy should have the capability of validating.

In particular:

  1. errors are normally distributed
  2. errors are homoskedastic

Given that the validity of these two assumptions doesn't depend on the details of the regressors (and hence trees), it seems likely that this can be handed off to existing packages. I'd guess with some interface layer, statsmodels could be used for this

JakeColtman avatar Oct 13 '18 15:10 JakeColtman