If I want to generate a synthesized dataset to be used in testing my clustering algorithm, what should I consider while preparation? I have found a python method called make_blobs. However, I don't know how to make the boundaries of its features to be different.

Example:

Age boundaries: 20-40

Sex boundaries: 0,1

etc...

Similar questions and discussions