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 have a large data set containing urls and some values for each of the urls. Upon clustering, I can see a bunch of clusters along with the data_items, but is there a way to retrieve the original url for a given set of values?
Currently, i have to reverse lookup in the original data structure, and it is not efficient as multiple urls have exact same set of values.
The text was updated successfully, but these errors were encountered:
I was just wondering this same thing. In a toy example, I was able to hack around it by monkey-patching an identifier onto each item, but that's clearly not a great option.
I have a large data set containing urls and some values for each of the urls. Upon clustering, I can see a bunch of clusters along with the data_items, but is there a way to retrieve the original url for a given set of values?
Currently, i have to reverse lookup in the original data structure, and it is not efficient as multiple urls have exact same set of values.
The text was updated successfully, but these errors were encountered: