cereja-project / cereja

Cereja is a bundle of useful functions we don't want to rewrite and .. just pure fun!
MIT License
28 stars 12 forks source link

Updates to truncate function #194

Closed dennymarcels closed 1 year ago

dennymarcels commented 1 year ago

This merge changes some parameter names and how they are treated (for example, k_str_multiplier --> k_str, k --> k_iter), and also allows truncating the number of keys in dictionaries, which is useful when the data to be visualized by visualize_sample contains ids as dict keys.