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

Clustering fails when cluster size is less than 5 samples #21

Closed htjb closed 1 year ago

htjb commented 1 year ago

If cluster size is less than 5 we can't split the data into testing and training because we ask for test set to be 20% of total cluster size.

htjb commented 1 year ago

Closed with #24.