You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to avoid doing a crossjoin between a large dataframe and a smaller one to calculate the Euclidian distance between each. For each record in the large dataframe, I simply need the min distance record/nearest neighbor for the small dataframe. Is this possible using document_similarity_ranker with 2 dataframes like this? An example of this would be helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to avoid doing a crossjoin between a large dataframe and a smaller one to calculate the Euclidian distance between each. For each record in the large dataframe, I simply need the min distance record/nearest neighbor for the small dataframe. Is this possible using document_similarity_ranker with 2 dataframes like this? An example of this would be helpful.
Thanks
Jonathan
Beta Was this translation helpful? Give feedback.
All reactions