You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed indexing bug in cleanup of grow-from-root (GFR) samples in BART and BCF models
Avoid using covariate preprocessor in computeForestLeafIndices function when a ForestSamples object is provided (rather than a bartmodel or bcfmodel object)
Correctly compute feature-specific split counts in R and Python (#220)
Avoid override of user-specified num_burnin parameter in BCF models with an internal propensity score (#222)
Outcome predictions correctly incorporate adaptive coding of untreated observations in BCF with binary treatment (#231)
Documentation Improvements
Clarify structure / layout of samples when users request multiple chains in BART and BCF models (#220)
Other Changes
Standardized naming conventions for data elements of BART and BCF models across R and Python interfaces
Covariates / features are always referred to as "X"
Treatment is always referred to as "Z"
Propensity scores are referred to as "propensity" (rather than "pi")
Outcomes are referred to as "y"
Basis vectors for leaf-wise regression models in forest terms are referred to as "leaf_basis"
Group labels for additive random effects models are referred to as "rfx_group_ids"
Basis vectors for additive random effects models are referred to as "rfx_basis"
Run-time checks for variables that are treated as continuous but have many "ties" (which presents issues with the current GFR algorithm) when only GFR samples are requested (#243)