scikit-learn-contrib / scikit-learn-extra

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

The method argument for KMedoids is not recognized (TypeError) #94

Closed princyok closed 3 years ago

princyok commented 3 years ago

The method argument for cluster.KMedoids is not recognized. Supplying it throws TypeError: got an unexpected keyword argument 'method'.

TimotheeMathieu commented 3 years ago

This must be because you are using pip version which is an old version. Please use the master branch of the git if you want to use the method argument.

chkoar commented 3 years ago

It has not been released yet?

princyok commented 3 years ago

I'm using version 0.1.0b2, installed via conda. Isn't this latest?

chkoar commented 3 years ago

The following should work pip install git+https://github.com/scikit-learn-contrib/scikit-learn-extra.git

chkoar commented 3 years ago

96 will solve this.