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
Currently, the only option in evaluate() is to provide a pandas dataframe with metadata and profile features. The function then calculates and melts the similarity matrix.
We should provide an option to evaluate precomputed melted similarity matrices to speed up computation.
The text was updated successfully, but these errors were encountered:
Currently, the only option in
evaluate()
is to provide a pandas dataframe with metadata and profile features. The function then calculates and melts the similarity matrix.We should provide an option to evaluate precomputed melted similarity matrices to speed up computation.
The text was updated successfully, but these errors were encountered: