To partition the list around a value x, we need to separate the nodes into two groups: one with values less than x (we'll call this left partition) and another with values greater than or equal to x ...
cbi_partitions is a Python library that implements Conformalized Bayesian Inference (CBI, introduced by [1]) for clustering problems based on partition-valued MCMC output. Given MCMC samples and a ...