Bayesian Additive Regression Trees Action Set

Output Tables

The results that the bartScoreMargin action produces are stored in tables. You can access these tables by their names. The tables that this action produces are listed in Table 3.

You can access these tables from the action results object by using their keys. The key for each table is unique, and the bartScoreMargin action bases each table key on the table path. The table path depends on the grouping structure of the output tables; the table name is the last level of the path. The bartScoreMargin action creates output groupings only when BY-group processing is used. Therefore, when you invoke the action without BY-group processing, each table key is the same as its name. When you invoke the action with BY-group processing, the table key includes a prefix that identifies the BY-group index. For example, if you invoke the action with BY-group processing, the key for the Margins table from first BY group is ByGroup1.Margins.

Table 3: Tables Produced by the bartScoreMargin Action

Table Name Description Parameter
MarginDiffs Differences of predictive margins differences
MarginInfo Predictive margin information marginInfo
Margins Predictive margins margins
ScoreInfo Scoring information Default output


Last updated: May 21, 2026