-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now predict.bartmodel and predict.bcfmodel in R, and the predict() methods in Python return a list / dictionary of posterior predictions for each model term.
Since a common workflow is to extract the posterior mean prediction for either type = 'mean' style argument that avoids making users extract the posterior matrix for a given model term and then take its row-wise average.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request