scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators
https://scikit-learn-extra.readthedocs.io
BSD 3-Clause "New" or "Revised" License
185 stars 42 forks source link

KMedoids supports array-like init method #137

Closed makcedward closed 2 years ago

TimotheeMathieu commented 2 years ago

This looks good to me, thanks ! To fix the circleci check, please run black to reformat your code. To fix the doc check, please merge with the main branch, I just merged a maintenance PR to solve the problem with the doc (PR #138 ). I will merge once all the checks are green.

TimotheeMathieu commented 2 years ago

Ok, all good to me. I merge. Thanks.