[x] Make sure you are requesting to pull a feature/bugfix branch (right side). Don't request your master!
[ ] Make sure tests pass and coverage has not fallen ./test.sh.
[ ] Update the CHANGELOG.md to describe your changes in a bulleted list under the "Development" section at the top of the changelog. If this section does not exist, create it.
[x] Make sure code style follows PEP 008 using black.
[ ] Make sure that new functions and classes have inline docstrings.
Description
Clustering implementation via IMM, random sampling, stratified sampling
Your checklist for this pull request
Please review the guidelines for contributing to this repository.
./test.sh
.black
.Description