Why is sklearn's paired_distances a lot slower than pairwise_distances even when calculating the same data? How can we improve paired_distances?

后端 未结 0 2001
臣服心动
臣服心动 2021-01-20 15:40

I\'ve been running this simple code to calculate the distance matrix of X:

import numpy as np
from sklearn.metrics import pairwise_distances
from sklearn.metr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题