htjb / margarine

Code to replicate posterior probability distributions with bijectors/KDEs and perform marginal KL/bayesian dimensionality calculations.
MIT License
13 stars 8 forks source link

Maximum allowed cluster number #23

Closed htjb closed 1 year ago

htjb commented 1 year ago

The maximum allowed number of clusters is quite high, which increases the run time. Might be better to cap this at 20 and print a warning if it caps out, suggesting that the user can perform the clustering externally to margarine and provide a cluster number and cluster labels.

htjb commented 1 year ago

Closed with #24.