Replies: 1 comment 1 reply
-
There isn't really a single answer to this question I'm afraid - it really depends on your users preference for false positives vs false negatives. In general, there's no reason to assume it would be the top left point (although it's often thereabouts) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using ground truth table to plot the ROC curve, using
linker.roc_chart_from_labels_table("combined_GT")
Here is the ROC curve:
![image](https://private-user-images.githubusercontent.com/50905062/297804682-63fa4308-d105-436f-aa22-95a3cc5161d5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzQxODAsIm5iZiI6MTczODgzMzg4MCwicGF0aCI6Ii81MDkwNTA2Mi8yOTc4MDQ2ODItNjNmYTQzMDgtZDEwNS00MzZmLWFhMjItOTVhM2NjNTE2MWQ1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA5MjQ0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFjNDU4N2JmMzkzMjhhYjExMzVkNTE2YjJiNWIxZWQ4NzM0NTkxOTUwM2ZjM2ZkNjg4MmJkNTliMjhlMzRiOGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EVXGtqM7WXe9XnKjgytJBYp7RUSQMjDOuQvJXI3HmkQ)
The screenshot show the top left corner point.
Please help how to pick the best threshold_match_probability through the ROC curve...
results = linker.predict(threshold_match_probability= ? )
Beta Was this translation helpful? Give feedback.
All reactions