Replies: 1 comment
-
I think you're trying to run splink 3 code but you have splink 4 installed. See the functions are now at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to run linker.truth_space_table_from_labels_table(labels_table)
but
#below funcion is not working!!!
linker.accuracy_analysis_from_labels_table(
labels_table, output_type="threshold_selection", add_metrics=["f1"]
)
AttributeError: 'SparkLinker' object has no attribute 'accuracy_analysis_from_labels_table'
Beta Was this translation helpful? Give feedback.
All reactions