Skip to content

Instantly share code, notes, and snippets.

@klintan
Created September 7, 2018 23:41
Show Gist options
  • Save klintan/6b8721b21f6ec4cecdbc822e8ea8e503 to your computer and use it in GitHub Desktop.
Save klintan/6b8721b21f6ec4cecdbc822e8ea8e503 to your computer and use it in GitHub Desktop.
Truthfinder 9
error = 1 - np.dot(list(source_trustworthiness.values()), list(source_trustworthiness_old.values()) / (
np.linalg.norm(list(source_trustworthiness.values())) * np.linalg.norm(
list(source_trustworthiness_old.values()))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment