David Laines

Results 2 comments of David Laines

In my case, I was able to use metric="cos" after doing import numpy as np from sklearn.preprocessing import normalize X = normalize(data.values, norm='l2') I suggest you to run the script...

Also, the documentation is not updated according to versions >0.16.11. It says: "A Table element is always isolated and never combined with another element." but this is not the current...