motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

predict function for Python implementation? #185

Open m-muaz opened 2 years ago

m-muaz commented 2 years ago

Hi! Thank you for releasing the code and the Python package. I was using the python implementation installed using pip. While I was working, I noticed that there is no method 'predict' for the class KMediods. Is it something that was omitted intentionally or will it be added later in the future?

Thanks

motiwari commented 2 years ago

Thanks for the feature request. I'll implement this in a future release.

Just to set expectations, I've paused maintaining this repo until the end of June while I work on other projects in my PhD. If you need it sooner, I can provide details on how to fork this repo and implement it locally

m-muaz commented 2 years ago

I will appreciate it if you can let me know the implementation details! Thanks!

motiwari commented 2 years ago

Of course! Here are the steps you would need to take:

Let me know if you have any questions!